Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ConfPath str ConfPath string // Conf cfg Conf = &Config{} )
Functions ¶
Types ¶
type Config ¶
type Config struct { AppEditorInfoc *infoc.Config // base Bfs *Bfs Limit *Limit // db DB *DB // tick Tick time.Duration // app App *bm.App // host Host *Host // http HTTPClient *HTTPClient // xlog Xlog *xlog.Config // tracer Tracer *trace.Config // ecode Ecode *ecode.Config // rpc client RelationRPC *rpc.ClientConfig SubRPC *rpc.ClientConfig // mc Memcache *Memcache // redis Redis *Redis UpCoverAnti *antispam.Config Game *Game BM *bm.ServerConfig // geetest Geetest *Geetest MaxAllVsCnt int MaxAddVsCnt int UgcPayAllowEditDays int AccClient *warden.ClientConfig UpClient *warden.ClientConfig }
Config struct
type HTTPClient ¶
type HTTPClient struct { Read *bm.ClientConfig Write *bm.ClientConfig UpMng *bm.ClientConfig FastRead *bm.ClientConfig Chaodian *bm.ClientConfig }
HTTPClient str
type Host ¶
type Host struct { Account string Archive string APICo string WWW string Member string UpMng string Tag string Elec string Geetest string Dynamic string MainSearch string Chaodian string //超电 }
Host conf
Click to show internal directories.
Click to hide internal directories.