From b721a615d9f1db4efb4686b09bb0ca3b0444b16f Mon Sep 17 00:00:00 2001 From: namhq1989 Date: Thu, 2 Mar 2023 21:01:12 +0700 Subject: [PATCH] add stream product --- constant.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constant.go b/constant.go index 3f2c127..a81d9a1 100644 --- a/constant.go +++ b/constant.go @@ -9,6 +9,7 @@ var AllStreams = struct { Jobs string Auth string Chat string + Product string }{ Selly: "selly", User: "user", @@ -18,6 +19,7 @@ var AllStreams = struct { Jobs: "jobs", Auth: "auth", Chat: "chat", + Product: "product", } var AllServers = struct {