Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf config Conf = &Config{} )
global var
Functions ¶
Types ¶
type Config ¶
type Config struct { // base // env Env string // elk Log *log.Config // HTTPClient . HTTPClient *bm.ClientConfig // http BM *HTTPServers // tracer Tracer *trace.Config // MySQL MySQL *sql.Config // hbase HBase *HBaseConfig BlackListHBase *HBaseConfig // databuse LiveRoomSub *databus.Config // 开播提醒 LiveCommonSub *databus.Config // 直播通用 // push Push *push // redis Redis *Redis }
Config config set
type HBaseConfig ¶
HBaseConfig extra hbase config for compatible
type HTTPServers ¶
type HTTPServers struct { Inner *bm.ServerConfig Local *bm.ServerConfig }
HTTPServers Http Servers
Click to show internal directories.
Click to hide internal directories.