natsio/js/consumer/selly.go

9 lines
129 B
Go
Raw Normal View History

2022-09-23 07:47:00 +00:00
package jsconsumer
// Selly ...
var Selly = struct {
PushNotification string
}{
PushNotification: "PULL_PUSH_NOTIFICATION",
}