config.go 305 B

1234567891011
  1. package archive
  2. //archive_config name list
  3. const (
  4. ConfForClick = "round_limit_fans"
  5. ConfForRoundType = "round_limit_tids"
  6. ConfForRoundEnd = "round_delay_time"
  7. ConfForAuditType = "wait_audit_arctype"
  8. ConfForThreshold = "threshold_arctype"
  9. ConfForWeightValue = "weight_conf_values"
  10. )