add stream campaign

This commit is contained in:
Nam HQ 2023-04-18 16:12:16 +07:00
parent e412b71bba
commit 134cc371fb
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ var AllStreams = struct {
Product string Product string
Supplier string Supplier string
Warehouse string Warehouse string
Campaign string
}{ }{
Selly: "selly", Selly: "selly",
User: "user", User: "user",
@ -24,6 +25,7 @@ var AllStreams = struct {
Product: "product", Product: "product",
Supplier: "supplier", Supplier: "supplier",
Warehouse: "warehouse", Warehouse: "warehouse",
Campaign: "campaign",
} }
var AllServers = struct { var AllServers = struct {