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