Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Conf = &Config{}
)
Conf global variable.
Functions ¶
Types ¶
type Config ¶
type Config struct { // base App *bm.App BFS *BFS // http BM *bm.ServerConfig // db ORM *ORM // host Host *Host // log Xlog *log.Config // tracer Tracer *trace.Config // rpc client RPCClient *RPC AccClient *warden.ClientConfig // http client HTTPClient *bm.ClientConfig // chan ChanSize *ChanSize Auth *permit.Config CoinClient *warden.ClientConfig }
Config struct of conf.
type RPC ¶
type RPC struct { Account *rpc.ClientConfig Relation *rpc.ClientConfig }
RPC rpc client config.
Click to show internal directories.
Click to hide internal directories.