Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ConfPath . ConfPath string // Conf . Conf = &Config{} )
Functions ¶
Types ¶
type Config ¶
type Config struct { // log XLog *log.Config // tracer Tracer *trace.Config // hbase HBase *HBaseConfig // business Business *Business // xhttp HTTPServer *bm.ServerConfig // http client HTTPClient *bm.ClientConfig // database DB map[string]*sql.Config // es cluster Es map[string]EsInfo // databus Databus map[string]*databus.Config // infoc InfoC map[string]*infoc.Config // sms SMS *SMS }
Config .
Click to show internal directories.
Click to hide internal directories.