Pusher/pkg/pushkit/const.go

10 lines
309 B
Go
Raw Permalink Normal View History

2024-10-24 16:56:22 +00:00
package pushkit
const (
PushMqTopic = "pusher.push.*"
PushNotificationMqTopic = "pusher.push.notification"
PushNotificationBatchMqTopic = "pusher.push.notification.batch"
PushEmailMqTopic = "pusher.push.email"
PushEmailBatchMqTopic = "pusher.push.email.batch"
)