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
5
Makefile
5
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: clean all deps live tslint
|
||||
.PHONY: clean all deps live tslint tsfix
|
||||
|
||||
live:
|
||||
sudo CGO_ENABLED=0 go run ./cmd/wdcli $(ARGS)
|
||||
|
|
@ -12,6 +12,9 @@ wdcli:
|
|||
tslint:
|
||||
cd internal/dis/component/server/assets/ && yarn ts-standard
|
||||
|
||||
tsfix:
|
||||
cd internal/dis/component/server/assets/ && yarn ts-standard --fix
|
||||
|
||||
deps: internal/dis/component/server/assets/node_modules
|
||||
|
||||
internal/dis/component/server/assets/node_modules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue