Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Conf = &Config{}
)
Conf global variable.
Functions ¶
Types ¶
type Config ¶
type Config struct { // base // log Log *log.Config //Tracer *conf.Tracer Tracer *trace.Config //Databus databus DataBus *DataBus // Databusutil Databusutil *databusutil.Config // memcache Memcaches map[string]*Memcache // BM BM *bm.ServerConfig // AuthDB AuthDB *sql.Config // AuthMC AuthMC *memcache.Config // CheckConf CheckConf *CheckConf }
Config struct of conf.
Click to show internal directories.
Click to hide internal directories.