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 *HTTPServers // tracer Tracer *trace.Config // redis Redis *redis.Config // memcache Memcache *memcache.Config // MySQL MySQL *sql.Config // ecode Ecode *ecode.Config }
Config config set
type HTTPServers ¶
type HTTPServers struct { Outer *bm.ServerConfig Inner *bm.ServerConfig Local *bm.ServerConfig }
HTTPServers Http Servers
Click to show internal directories.
Click to hide internal directories.