Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOutboundIP ¶
Types ¶
type ConfigType ¶
type ConfigType struct { Global GlobalConfig Log logx.Config HTTP httpx.Config DB ormx.DBConfig Redis storage.RedisConfig CenterApi CenterApi Pushgw pconf.Pushgw Alert aconf.Alert Center cconf.Center }
func InitConfig ¶
func InitConfig(configDir, cryptoKey string) (*ConfigType, error)
type GlobalConfig ¶
type GlobalConfig struct {
RunMode string
}
Click to show internal directories.
Click to hide internal directories.