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 // Verify Verify *verify.Config // app App *bm.App // http client HTTPClient httpClient // rpc ArchiveRPC *rpc.ClientConfig // rpc server RPCServer *rpc.ServerConfig // tracer Tracer *trace.Config // mc Memcache *Memcache // Rule Rule *Rule // Host Host *Host // HTTPServer HTTPServer *bm.ServerConfig }
Config .
Click to show internal directories.
Click to hide internal directories.