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 // http BM *bm.ServerConfig // tracer Tracer *trace.Config // redis Redis *redis.Config // memcache Memcache *memcache.Config // MySQL MySQL *sql.Config // ecode Ecode *ecode.Config //auth Auth *permit.Config //httpclient HTTPClient *bm.ClientConfig // rpc server RPC *RPCClient }
Config config set
Click to show internal directories.
Click to hide internal directories.