add stream auth
This commit is contained in:
parent
7efc654cfd
commit
a8c573fd9e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue