natsio/js/consumer/selly.go

11 lines
225 B
Go
Raw Normal View History

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