natsio/jestream/notification.go

9 lines
177 B
Go
Raw Normal View History

2022-09-23 03:13:14 +00:00
package jestream
// SubjectNotification ...
var SubjectNotification = struct {
PushNotifications string
}{
PushNotifications: "selly.pull.notification.push_notifications",
}