add stream upload

This commit is contained in:
Nam HQ 2023-04-27 19:36:43 +07:00
parent 134cc371fb
commit c8a9bf235b
1 changed files with 2 additions and 4 deletions

View File

@ -13,6 +13,7 @@ var AllStreams = struct {
Supplier string
Warehouse string
Campaign string
Upload string
}{
Selly: "selly",
User: "user",
@ -26,6 +27,7 @@ var AllStreams = struct {
Supplier: "supplier",
Warehouse: "warehouse",
Campaign: "campaign",
Upload: "upload",
}
var AllServers = struct {
@ -34,14 +36,10 @@ var AllServers = struct {
Admin string
SMS string
Chat string
Supplier string
Warehouse string
}{
Shared: "shared",
App: "app",
Admin: "admin",
SMS: "sms",
Chat: "chat",
Supplier: "supplier",
Warehouse: "warehouse",
}