From 134cc371fbc40bfa4af9690fdaf1307bf56f0aae Mon Sep 17 00:00:00 2001 From: Nam HQ Date: Tue, 18 Apr 2023 16:12:16 +0700 Subject: [PATCH] add stream campaign --- constant.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constant.go b/constant.go index eb2f498..a63b4a8 100644 --- a/constant.go +++ b/constant.go @@ -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 {