natsio/js/consumer/selly.go

11 lines
271 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:28 +00:00
PushNotification string
UpdateSellerAffiliateStatistic string
2022-09-23 07:47:00 +00:00
}{
2022-09-23 15:11:28 +00:00
PushNotification: "PULL_PUSH_NOTIFICATION",
UpdateSellerAffiliateStatistic: "PULL_UPDATE_SELLER_AFFILIATE_STATISTIC",
2022-09-23 07:47:00 +00:00
}