Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf config Conf = &Config{} )
Functions ¶
Types ¶
type BerserkerConfig ¶
type BerserkerConfig struct { Keys []*BerserkerKey API []*BerserkerAPI }
BerserkerConfig .
type BerserkerKey ¶
BerserkerKey .
type Config ¶
type Config struct { Log *log.Config BM *bm.ServerConfig Verify *verify.Config Tracer *trace.Config Redis *redis.Config BfRedis *redis.Config MySQL *sql.Config OfflineMySQL *sql.Config CmsMySQL *sql.Config Ecode *ecode.Config Berserker *BerserkerConfig Job *Jobs GRPCClient map[string]*GRPCConfig }
Config .
type GRPCConfig ¶
type GRPCConfig struct { WardenConf *warden.ClientConfig Addr string }
GRPCConfig .
Click to show internal directories.
Click to hide internal directories.