add stream auth
This commit is contained in:
parent
7efc654cfd
commit
a8c573fd9e
|
@ -7,6 +7,7 @@ var AllStreams = struct {
|
||||||
Order string
|
Order string
|
||||||
Withdrawal string
|
Withdrawal string
|
||||||
Jobs string
|
Jobs string
|
||||||
|
Auth string
|
||||||
}{
|
}{
|
||||||
Selly: "selly",
|
Selly: "selly",
|
||||||
User: "user",
|
User: "user",
|
||||||
|
@ -14,6 +15,7 @@ var AllStreams = struct {
|
||||||
Order: "order",
|
Order: "order",
|
||||||
Withdrawal: "withdrawal",
|
Withdrawal: "withdrawal",
|
||||||
Jobs: "jobs",
|
Jobs: "jobs",
|
||||||
|
Auth: "auth",
|
||||||
}
|
}
|
||||||
|
|
||||||
var AllServers = struct {
|
var AllServers = struct {
|
||||||
|
|
Loading…
Reference in New Issue