natsio/constant.go

46 lines
822 B
Go

package natsio
var AllStreams = struct {
Selly string
User string
HelpCenter string
Order string
Withdrawal string
Jobs string
Auth string
Chat string
Product string
Supplier string
Warehouse string
}{
Selly: "selly",
User: "user",
HelpCenter: "help_center",
Order: "order",
Withdrawal: "withdrawal",
Jobs: "jobs",
Auth: "auth",
Chat: "chat",
Product: "product",
Supplier: "supplier",
Warehouse: "warehouse",
}
var AllServers = struct {
Shared string
App string
Admin string
SMS string
Chat string
Supplier string
Warehouse string
}{
Shared: "shared",
App: "app",
Admin: "admin",
SMS: "sms",
Chat: "chat",
Supplier: "supplier",
Warehouse: "warehouse",
}