add stream chat
This commit is contained in:
parent
9e59daa977
commit
36b982916d
|
@ -8,6 +8,7 @@ var AllStreams = struct {
|
|||
Withdrawal string
|
||||
Jobs string
|
||||
Auth string
|
||||
Chat string
|
||||
}{
|
||||
Selly: "selly",
|
||||
User: "user",
|
||||
|
@ -16,6 +17,7 @@ var AllStreams = struct {
|
|||
Withdrawal: "withdrawal",
|
||||
Jobs: "jobs",
|
||||
Auth: "auth",
|
||||
Chat: "chat",
|
||||
}
|
||||
|
||||
var AllServers = struct {
|
||||
|
|
Loading…
Reference in New Issue