[Update] add stream warehouse

This commit is contained in:
trunglt251292 2023-04-18 14:16:06 +07:00
parent 1c0db7e67f
commit e412b71bba
1 changed files with 16 additions and 12 deletions

View File

@ -11,6 +11,7 @@ var AllStreams = struct {
Chat string
Product string
Supplier string
Warehouse string
}{
Selly: "selly",
User: "user",
@ -22,6 +23,7 @@ var AllStreams = struct {
Chat: "chat",
Product: "product",
Supplier: "supplier",
Warehouse: "warehouse",
}
var AllServers = struct {
@ -31,6 +33,7 @@ var AllServers = struct {
SMS string
Chat string
Supplier string
Warehouse string
}{
Shared: "shared",
App: "app",
@ -38,4 +41,5 @@ var AllServers = struct {
SMS: "sms",
Chat: "chat",
Supplier: "supplier",
Warehouse: "warehouse",
}