Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { App *app.App `toml:"app" yaml:"app" mapstructure:"app"` Logging *config.Logging `toml:"logging" yaml:"logging" mapstructure:"logging"` Jaeger *config.Jaeger `toml:"jaeger" yaml:"jaeger" mapstructure:"jaeger"` Jwt *config.Jwt `toml:"jwt" yaml:"jwt" mapstructure:"jwt"` Mysql *configDB.Mysql `toml:"mysql" yaml:"mysql" mapstructure:"mysql"` }
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
Click to show internal directories.
Click to hide internal directories.