[Update] add stream warehouse
This commit is contained in:
parent
1c0db7e67f
commit
e412b71bba
28
constant.go
28
constant.go
|
@ -11,6 +11,7 @@ var AllStreams = struct {
|
|||
Chat string
|
||||
Product string
|
||||
Supplier string
|
||||
Warehouse string
|
||||
}{
|
||||
Selly: "selly",
|
||||
User: "user",
|
||||
|
@ -22,20 +23,23 @@ var AllStreams = struct {
|
|||
Chat: "chat",
|
||||
Product: "product",
|
||||
Supplier: "supplier",
|
||||
Warehouse: "warehouse",
|
||||
}
|
||||
|
||||
var AllServers = struct {
|
||||
Shared string
|
||||
App string
|
||||
Admin string
|
||||
SMS string
|
||||
Chat string
|
||||
Supplier string
|
||||
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",
|
||||
Shared: "shared",
|
||||
App: "app",
|
||||
Admin: "admin",
|
||||
SMS: "sms",
|
||||
Chat: "chat",
|
||||
Supplier: "supplier",
|
||||
Warehouse: "warehouse",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue