add stream chat

This commit is contained in:
namhq1989 2023-03-01 17:36:01 +07:00
parent 9e59daa977
commit 36b982916d
1 changed files with 2 additions and 0 deletions

View File

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