Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf config Conf = &Config{} )
global var
Functions ¶
Types ¶
type Config ¶
type Config struct { // elk Log *log.Config // http BM *bm.ServerConfig // Verify Verify *verify.Config // Auth Auth *auth.Config // memcache Memcache *Memcache // MySQL MySQL *sql.Config // ecode Ecode *ecode.Config // property Property *Property // rpc server RPCServer *rpc.ServerConfig // grpc server WardenServer *warden.ServerConfig }
Config config set
Click to show internal directories.
Click to hide internal directories.