6 lines
86 B
Go
6 lines
86 B
Go
package config
|
|
|
|
type Config struct {
|
|
DB DB `mapstructure:"db" json:"db" yaml:"db"`
|
|
}
|