natsio/js/consumer/selly.go

11 lines
225 B
Go

package jsconsumer
// Selly ...
var Selly = struct {
PushNotification string
UpdateSellerStatistic string
}{
PushNotification: "PULL_PUSH_NOTIFICATION",
UpdateSellerStatistic: "PULL_UPDATE_SELLER_STATISTIC",
}