init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
DB DB `mapstructure:"db" json:"db" yaml:"db"`
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
DB DB `mapstructure:"db" json:"db" yaml:"db"`
|
||||
}
|
||||