Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf Config Conf = &Config{} )
Functions ¶
Types ¶
type BuglyConf ¶
type BuglyConf struct { Host string UrlRetryCount int CookieUsageUpper int IssuePageSize int IssueCountUpper int SuperOwner []string }
BuglyConf Bugly Conf.
type Config ¶
type Config struct { Log *log.Config Bugly *BuglyConf BM *bm.ServerConfig Ecode *ecode.Config ORM *orm.Config HTTPClient *bm.ClientConfig Mail *Mail Auth *permit.Config Memcache *Memcache Scheduler *Scheduler Tapd *TapdConf }
Config .
type Scheduler ¶
type Scheduler struct { BatchRunEnableVersion string BatchRunUpdateTapdBug string DisableBatchRunOverTime string BatchRunOverHourTime int SyncWechatContact string Active bool }
Scheduler scheduler
Click to show internal directories.
Click to hide internal directories.