13 lines
387 B
Go
13 lines
387 B
Go
package jsconsumer
|
|
|
|
// Selly ...
|
|
var Selly = struct {
|
|
PushNotification string
|
|
UpdateSellerAffiliateStatistic string
|
|
CheckAnDInsertCashflowBySeller string
|
|
}{
|
|
PushNotification: "PULL_PUSH_NOTIFICATION",
|
|
UpdateSellerAffiliateStatistic: "PULL_UPDATE_SELLER_AFFILIATE_STATISTIC",
|
|
CheckAnDInsertCashflowBySeller: "PULL_CHECK_AND_INSERT_CASHFLOW_BY_SELLER",
|
|
}
|