add stream auth

This commit is contained in:
namhq1989 2023-01-05 20:57:52 +07:00
parent 7efc654cfd
commit a8c573fd9e
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ var AllStreams = struct {
Order string
Withdrawal string
Jobs string
Auth string
}{
Selly: "selly",
User: "user",
@ -14,6 +15,7 @@ var AllStreams = struct {
Order: "order",
Withdrawal: "withdrawal",
Jobs: "jobs",
Auth: "auth",
}
var AllServers = struct {