Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Conf = &Config{}
)
Functions ¶
Types ¶
type Config ¶
type Config struct { // base // log Log *log.Config // http BM *bm.ServerConfig Figure figure // databus DataSource *DataSource // hbase HBase *HBaseConfig // redis Redis *Redis // mysql Mysql *sql.Config }
Config def.
type DataSource ¶
type DataSource struct { AccountExp *databus.Config AccountReg *databus.Config Vip *databus.Config Spy *databus.Config Coin *databus.Config ReplyInfo *databus.Config Pay *databus.Config Blocked *databus.Config Danmaku *databus.Config }
DataSource config all figure job dataSource
type HBaseConfig ¶
HBaseConfig extra hbase config
Click to show internal directories.
Click to hide internal directories.