Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConf ¶
type AppConf struct { server.Config `mapstructure:",squash"` HttpClient interface{} `mapstructure:"HttpClient"` Logger LogConfig `mapstructure:"Logger"` Redis RedisConf `mapstructure:"Redis"` WeatherAPI WeatherAPI `mapstructure:"WeatherAPI"` PoemAPI PoemAPI `mapstructure:"PoemAPI"` Database Database `mapstructure:"Database"` NodeEnv string }
type WeatherAPI ¶
Click to show internal directories.
Click to hide internal directories.