Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf config Conf = &Config{} )
global var
Functions ¶
Types ¶
type Config ¶
type Config struct { // base // elk Log *log.Config // mc Memcache *Memcache // auth Auth *permit.Config // MultiHTTP BM *bm.ServerConfig // http client HTTPClient *bm.ClientConfig // tracer Tracer *trace.Config // MySQL MySQL *sql.Config ORM *ORM // VipRPC VipRPC *rpc.ClientConfig // business config Property *Property // ecode Ecode *ecode.Config // pay conf PayConf *PayConf // bfs Bfs *Bfs }
Config config set
Click to show internal directories.
Click to hide internal directories.