add stream campaign
This commit is contained in:
parent
e412b71bba
commit
134cc371fb
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue