natsio/subject/config.go

52 lines
1.4 KiB
Go

package subject
var prefixes = struct {
Communication string
Order string
News string
Warehouse string
Location string
Bank string
Supplier string
Seller string
AuthSMS string
Selly string
SupplierPermission string
Withdraw string
Notification string
SocialPost string
Staff string
Segment string
SupplierUser string
SupplierRole string
Campaign string
Affiliate string
Product string
Queue string
Socket string
}{
Communication: "communication",
Order: "order",
News: "news",
Warehouse: "warehouse",
Location: "location",
Supplier: "supplier",
Bank: "bank",
Seller: "seller",
AuthSMS: "auth_sms",
Selly: "selly",
SupplierUser: "supplier_user",
SupplierRole: "supplier_role",
SupplierPermission: "supplier_permission",
Withdraw: "withdraw",
Notification: "notification",
SocialPost: "social_post",
Staff: "staff",
Segment: "segment",
Campaign: "campaign",
Affiliate: "affiliate",
Product: "product",
Queue: "queue",
Socket: "socket",
}