Add SMSFactor
This commit is contained in:
@@ -7,6 +7,10 @@ const (
|
||||
PlatFormAndroid
|
||||
// PlatFormHuawei constant is 3 for Huawei
|
||||
PlatFormHuawei
|
||||
// PlatformUnifiedPush constant is 4 for UnifiedPush
|
||||
PlatformUnifiedPush
|
||||
// PlatformSMSFactor constant is 5 for SMSFactor
|
||||
PlatformSMSFactor
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -21,6 +21,18 @@ const (
|
||||
|
||||
// HuaweiErrorKey is key name for huawei error count of storage
|
||||
HuaweiErrorKey = "gorush-huawei-error-count"
|
||||
|
||||
// UnifiedPushSuccessKey is key name for unifiedpush success count of storage
|
||||
UnifiedPushSuccessKey = "gorush-unifiedpush-success-count"
|
||||
|
||||
// UnifiedPushErrorKey is key name for unifiedpush error count of storage
|
||||
UnifiedPushErrorKey = "gorush-unifiedpush-error-count"
|
||||
|
||||
// SMSFactirSuccessKey is key name for smsfactor success count of storage
|
||||
SMSFactorSuccessKey = "gorush-smsfactor-success-count"
|
||||
|
||||
// SMSfactorErrorKey is key name for smsfactor error count of storage
|
||||
SMSFactorErrorKey = "gorush-smsfactor-error-count"
|
||||
)
|
||||
|
||||
// Storage interface
|
||||
|
||||
Reference in New Issue
Block a user