add stream product
This commit is contained in:
parent
36b982916d
commit
b721a615d9
|
@ -9,6 +9,7 @@ var AllStreams = struct {
|
||||||
Jobs string
|
Jobs string
|
||||||
Auth string
|
Auth string
|
||||||
Chat string
|
Chat string
|
||||||
|
Product string
|
||||||
}{
|
}{
|
||||||
Selly: "selly",
|
Selly: "selly",
|
||||||
User: "user",
|
User: "user",
|
||||||
|
@ -18,6 +19,7 @@ var AllStreams = struct {
|
||||||
Jobs: "jobs",
|
Jobs: "jobs",
|
||||||
Auth: "auth",
|
Auth: "auth",
|
||||||
Chat: "chat",
|
Chat: "chat",
|
||||||
|
Product: "product",
|
||||||
}
|
}
|
||||||
|
|
||||||
var AllServers = struct {
|
var AllServers = struct {
|
||||||
|
|
Loading…
Reference in New Issue