natsio/subject/location.go

9 lines
122 B
Go
Raw Normal View History

2022-08-26 10:15:49 +00:00
package subject
const (
locationPrefix = "location_"
)
const (
GetLocationWarehouse = locationPrefix + "get_address"
)