channels.go 463 B

123456789101112
  1. // Copyright 2019 getensh.com. All rights reserved.
  2. // Use of this source code is governed by getensh.com.
  3. package apis
  4. const (
  5. ApiNotifyChannel = "api_notify"
  6. MerchantNotifyChannel = "merchant_notify"
  7. MerchantApiNotifyChannel = "merchant_api_notify"
  8. NameNotifyChannel = "name_notify"
  9. ApiExportInfoNotifyChannel = "api_export_info_notify"
  10. ProviderExportInfoNotifyChannel = "provider_export_info_notify"
  11. )