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 { // log Log *log.Config // Mysql MySQL *MySQL // tracer Tracer *trace.Config // http client HTTPClient *bm.ClientConfig // bm BM *bm.ServerConfig // concurrent Con *Concurrent }
Config is project all config
Click to show internal directories.
Click to hide internal directories.