Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ConfPath config toml file path for reply admin project ConfPath string // Conf global config instance Conf *Config )
Functions ¶
Types ¶
type Config ¶
type Config struct { // base // ecode Ecode *ecode.Config // log Log *log.Config // tracer Tracer *trace.Config // verify Verify *verify.Config // http HTTPServer *bm.ServerConfig // db DB *DB // memcache Memcache *Memcache // Redis Redis *Redis // http client HTTPClient *bm.ClientConfig DrawyooHTTPClient *bm.ClientConfig // reply Reply *Reply // host Host *Host // Stats StatTypes map[string]int32 Weight *Weight RPCClient2 *RPCClient2 Databus *Databus ManagerAuth *bauth.Config ManagerReport *databus.Config Es *elastic.Config ThumbupClient *warden.ClientConfig AccountClient *warden.ClientConfig }
Config config.
type RPCClient2 ¶
type RPCClient2 struct { Account *rpc.ClientConfig Archive *rpc.ClientConfig Article *rpc.ClientConfig Assist *rpc.ClientConfig Thumbup *rpc.ClientConfig Relation *rpc.ClientConfig }
RPCClient2 rpc client.
Click to show internal directories.
Click to hide internal directories.