Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf conf. Conf = &Config{} )
Functions ¶
Types ¶
type Config ¶
type Config struct { // log Log *log.Config // Tracer tracer Tracer *trace.Config // DB db DB *DB // BM BM *httpx.ServerConfig // FullTask FullTask *FullTask // IncTask IncTask *IncTask // WeChat WeChat *WeChat // data fix switch DataFixSwitch bool IncrDataFixSwitch bool // httpClient HTTPClient *bm.ClientConfig // DuplicateTask DuplicateTask *DuplicateTask FixEmailVerifiedSwitch bool }
Config config.
type DuplicateTask ¶
DuplicateTask check duplicatet ask
type FullTask ¶
type FullTask struct { Switch bool Step int64 AccountEnd int64 AccountInfoEnd int64 AccountSnsEnd int64 CronFullStr string }
FullTask full task compare
Click to show internal directories.
Click to hide internal directories.