9 lines
177 B
Go
9 lines
177 B
Go
|
package jestream
|
||
|
|
||
|
// SubjectNotification ...
|
||
|
var SubjectNotification = struct {
|
||
|
PushNotifications string
|
||
|
}{
|
||
|
PushNotifications: "selly.pull.notification.push_notifications",
|
||
|
}
|