natsio/subject/config.go

16 lines
299 B
Go
Raw Normal View History

2022-08-26 08:56:36 +00:00
package subject
var prefixes = struct {
Communication string
Order string
Warehouse string
2022-08-26 10:36:02 +00:00
Location string
Supplier string
2022-08-26 08:56:36 +00:00
}{
Communication: "communication",
Order: "order",
Warehouse: "warehouse",
2022-08-26 10:36:02 +00:00
Location: "location",
Supplier: "supplier",
2022-08-26 08:56:36 +00:00
}