10 lines
142 B
Go
10 lines
142 B
Go
|
package appier
|
||
|
|
||
|
const (
|
||
|
SubjectRequestProductUpsert = "selly.request.product.upsert"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
JetStreamAppierService = "Service_Appier"
|
||
|
)
|