appier/constant.go

11 lines
190 B
Go
Raw Normal View History

2022-03-23 02:12:54 +00:00
package appier
const (
2022-03-23 03:05:15 +00:00
SubjectPullProductUpsert = "selly.pull.product.upsert"
2022-03-23 03:36:14 +00:00
SubjectPullBrandUpsert = "selly.pull.brand.upsert"
2022-03-23 02:12:54 +00:00
)
const (
JetStreamAppierService = "Service_Appier"
)