🎉 Initial Commit
This commit is contained in:
9
pkg/pushkit/const.go
Normal file
9
pkg/pushkit/const.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package pushkit
|
||||
|
||||
const (
|
||||
PushMqTopic = "pusher.push.*"
|
||||
PushNotificationMqTopic = "pusher.push.notification"
|
||||
PushNotificationBatchMqTopic = "pusher.push.notification.batch"
|
||||
PushEmailMqTopic = "pusher.push.email"
|
||||
PushEmailBatchMqTopic = "pusher.push.email.batch"
|
||||
)
|
Reference in New Issue
Block a user