2022-08-26 08:56:36 +00:00
|
|
|
package subject
|
|
|
|
|
|
|
|
var prefixes = struct {
|
|
|
|
Communication string
|
|
|
|
Order string
|
2022-09-20 03:28:35 +00:00
|
|
|
News string
|
2022-08-26 08:56:36 +00:00
|
|
|
Warehouse string
|
2022-08-26 10:36:02 +00:00
|
|
|
Location string
|
2022-10-11 07:17:07 +00:00
|
|
|
Bank string
|
2022-08-26 10:36:02 +00:00
|
|
|
Supplier string
|
2022-09-15 07:09:54 +00:00
|
|
|
Seller string
|
2022-10-25 08:27:05 +00:00
|
|
|
SupplierUser string
|
2022-10-28 02:31:39 +00:00
|
|
|
SupplierRole string
|
2022-11-14 07:45:26 +00:00
|
|
|
SocialPost string
|
2022-11-22 03:04:40 +00:00
|
|
|
Staff string
|
2022-11-23 03:29:50 +00:00
|
|
|
Segment string
|
2022-12-26 07:08:14 +00:00
|
|
|
Product string
|
2022-11-24 02:06:48 +00:00
|
|
|
Campaign string
|
2022-12-04 13:43:54 +00:00
|
|
|
Affiliate string
|
2022-08-26 08:56:36 +00:00
|
|
|
}{
|
|
|
|
Communication: "communication",
|
|
|
|
Order: "order",
|
2022-09-20 03:28:35 +00:00
|
|
|
News: "news",
|
2022-08-26 08:56:36 +00:00
|
|
|
Warehouse: "warehouse",
|
2022-08-26 10:36:02 +00:00
|
|
|
Location: "location",
|
|
|
|
Supplier: "supplier",
|
2022-10-11 07:17:07 +00:00
|
|
|
Bank: "bank",
|
2022-09-15 07:09:54 +00:00
|
|
|
Seller: "seller",
|
2022-10-25 08:27:05 +00:00
|
|
|
SupplierUser: "supplier_user",
|
2022-10-28 02:31:39 +00:00
|
|
|
SupplierRole: "supplier_role",
|
2022-11-14 07:45:26 +00:00
|
|
|
SocialPost: "social_post",
|
2022-11-22 03:04:40 +00:00
|
|
|
Staff: "staff",
|
2022-11-23 03:29:50 +00:00
|
|
|
Segment: "segment",
|
2022-12-26 07:08:14 +00:00
|
|
|
Product: "product",
|
2022-11-24 02:06:48 +00:00
|
|
|
Campaign: "campaign",
|
2022-12-04 13:43:54 +00:00
|
|
|
Affiliate: "affiliate",
|
2022-08-26 08:56:36 +00:00
|
|
|
}
|