package config type Config struct { DB DB `mapstructure:"db" json:"db" yaml:"db"` }