Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf conf. Conf = &Config{} )
Functions ¶
Types ¶
type Config ¶
type Config struct { // log Xlog *log.Config // Tracer tracer Tracer *trace.Config // http BM *bm.ServerConfig // Database DB *DB // mc Memcache *Memcache //Databus databus DataBus *DataBus // DataUtil config DatabusUtil *databusutil.Config // IncSync IncSync *IncSync // FullSync FullSync *FullSync // Scheduler Scheduler *Scheduler }
Config config.
type FullSync ¶
type FullSync struct { AsoCountryCodeSwitch bool AsoAccount *SyncConf AsoAccountInfo *SyncConf AsoAccountReg *SyncConf AsoAccountSns *SyncConf AsoTelBindLog *SyncConf }
FullSync full sync
Click to show internal directories.
Click to hide internal directories.