12 lines
199 B
Go
12 lines
199 B
Go
|
package subject
|
||
|
|
||
|
var prefixes = struct {
|
||
|
Communication string
|
||
|
Order string
|
||
|
Warehouse string
|
||
|
}{
|
||
|
Communication: "communication",
|
||
|
Order: "order",
|
||
|
Warehouse: "warehouse",
|
||
|
}
|