Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf is global config object. Conf = &Config{} )
Functions ¶
Types ¶
type Config ¶
type Config struct { // base // log Log *log.Config // Mysql Mysql *Mysql // tracer Tracer *trace.Config // key secret KeySecret *KeySecret // mail Mail *Mail // avratio Ratio *TagConf // upincome Income *TagConf // http client HTTPClient *bm.ClientConfig // berserker client DPClient *bm.ClientConfig // Host Host *Host // bm BM *bm.ServerConfig // hbase HBase *HBaseConfig // databus ArchiveSub *databus.Config // Bubble *BubbleConfig }
Config is project all config
type HBaseConfig ¶
HBaseConfig for new hbase client.
type Host ¶
type Host struct { Archive string VideoType string ColumnType string DataPlatform string ColumnAct string Profit string VC string Porder string Archives string API string }
Host is hosts
Click to show internal directories.
Click to hide internal directories.