config.go 416 B

1234567891011121314
  1. package archive
  2. const (
  3. // ConfForClick round limit fans
  4. ConfForClick = "round_limit_fans"
  5. // ConfForRoundType round limit tids
  6. ConfForRoundType = "round_limit_tids"
  7. // ConfForThreshold threshold archive type
  8. ConfForThreshold = "threshold_arctype"
  9. // ConfForWaitAudit wait audit archive type
  10. ConfForWaitAudit = "wait_audit_arctype"
  11. // ConfForWeightVC 权重配置
  12. ConfForWeightVC = "weight_conf_values"
  13. )