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 Withdrawal string
Jobs string Jobs string
Auth string Auth string
Chat string
}{ }{
Selly: "selly", Selly: "selly",
User: "user", User: "user",
@ -16,6 +17,7 @@ var AllStreams = struct {
Withdrawal: "withdrawal", Withdrawal: "withdrawal",
Jobs: "jobs", Jobs: "jobs",
Auth: "auth", Auth: "auth",
Chat: "chat",
} }
var AllServers = struct { var AllServers = struct {