Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { rest.RestConf Auth struct { AccessSecret string AccessExpire int64 } LogConf logx.LogConf `json:"LogConf" yaml:"LogConf"` RedisConf redis.RedisConf `json:"RedisConf" yaml:"RedisConf"` CoreRpc zrpc.RpcClientConf `json:"CoreRpc" yaml:"CoreRpc"` Captcha Captcha `json:"Captcha" yaml:"Captcha"` DB gormsql.GORMConf `json:"DatabaseConf" yaml:"DatabaseConf"` }
Click to show internal directories.
Click to hide internal directories.