Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf conf Conf = &Config{} )
Functions ¶
Types ¶
type Config ¶
type Config struct { // interface Log Log *log.Config //HTTPClient HTTPClient *bm.ClientConfig // BM BM *bm.ServerConfig // rpc ArchiveRPC *rpc.ClientConfig ArticleRPC *rpc.ClientConfig CoinRPC *rpc.ClientConfig ActRPC *rpc.ClientConfig // grpc AccClient *warden.ClientConfig // DB MySQL *MySQL // mc Memcache *Memcache // redis Redis *Redis // databus ActSub *databus.Config BnjSub *databus.Config // vip binlog databus //VipSub *databus.Config KfcSub *databus.Config // Interval Interval *interval // Rule Rule *rule // Host Host *host // Elastic Elastic *elastic.Config // bnj Bnj2019 *bnj2019 }
Config so config
Click to show internal directories.
Click to hide internal directories.