Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Conf = &Config{}
)
Conf global variable.
Functions ¶
Types ¶
type Config ¶
type Config struct { // base // app App *bm.App // Env Env string // goroutine sleep Tick time.Duration // log Xlog *log.Config // db Mysql *sql.Config // databus DataBus *databus.Config // httpClinet HTTPClient *bm.ClientConfig // clearPath ClearPath *ClearPath // apiPath ApiPath *ApiPath // sms monitor Sms *Sms // redis // Redis *Redis RelRedis *Redis Memcache *Memcache Relation *Relation // bm BM *bm.ServerConfig }
Config struct of conf.
Click to show internal directories.
Click to hide internal directories.