api: Cleanup websocket protocol
This commit cleans up the websocket protocol to be in line with the documentation.
This commit is contained in:
parent
16fa721048
commit
1c68893a02
31 changed files with 3549 additions and 120 deletions
|
|
@ -150,6 +150,7 @@ func (dis *Distillery) allComponents() []initFunc {
|
|||
auto[*tokens.Tokens],
|
||||
|
||||
//scopes
|
||||
auto[*scopes.Never],
|
||||
auto[*scopes.UserLoggedIn],
|
||||
auto[*scopes.AdminLoggedIn],
|
||||
auto[*scopes.ListInstancesScope],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue