Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Conf = &Config{}
)
Conf global variable.
Functions ¶
Types ¶
type Config ¶
type Config struct { // base // log Log *log.Config // tracer Tracer *trace.Config // http BM *bm.ServerConfig // Auth auth Auth *permit.Config // MySQL mysql DB *DB // BFS BFS *BFS // redis Redis *redis.Config // memcache Memcache *Memcache // AccountGRPC account grpc AccountGRPC *warden.ClientConfig // http client HTTPClient *bm.ClientConfig // databus AccountNotify *databus.Config // host Host *Host // ecodes Ecode *ecode.Config }
Config struct of conf.
Click to show internal directories.
Click to hide internal directories.