add stream product

This commit is contained in:
namhq1989 2023-03-02 21:01:12 +07:00
parent 36b982916d
commit b721a615d9
1 changed files with 2 additions and 0 deletions

View File

@ -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 {