topic.go 256 B

12345678910
  1. package global
  2. const (
  3. LoginLog = "login_log_queue"
  4. OperateLog = "operate_log_queue"
  5. ApiCheck = "api_check_queue"
  6. DtuChangeStatus = "dtu_status_change"
  7. DtuDeviceChange = "dtu_device_change"
  8. UpdateMeterCalc = "update_mater_calc"
  9. )