9 lines
113 B
Go
9 lines
113 B
Go
|
package subject
|
||
|
|
||
|
const (
|
||
|
supplierPrefix = "supplier"
|
||
|
)
|
||
|
const (
|
||
|
GetSupplierInfo = supplierPrefix + "get_info"
|
||
|
)
|