Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Conf = &Config{}
)
Conf info.
Functions ¶
Types ¶
type Config ¶
type Config struct { // base // tick Tick time.Duration // max assist count MaxAssCnt int MaxTypeCnt int64 // app App *bm.App // host Host *Host // elk Xlog *log.Config // tracer Tracer *trace.Config BM *bm.ServerConfig // rpc server2 RPCServer *rpc.ServerConfig // http client HTTPClient *HTTPClient // db DB *DB // ecode Ecode *ecode.Config // rpc client2 ArchiveRPC *rpc.ClientConfig // mc Memcache *Memcache // redis Redis *Redis // databus sub RelationSub *databus.Config AccClient *warden.ClientConfig }
Config struct.
type HTTPClient ¶
type HTTPClient struct { Normal *bm.ClientConfig Slow *bm.ClientConfig }
HTTPClient conf.
Click to show internal directories.
Click to hide internal directories.