natsio/subject/config.go

12 lines
199 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
}{
Communication: "communication",
Order: "order",
Warehouse: "warehouse",
}