api: Cleanup websocket protocol

This commit cleans up the websocket protocol to be in line with the
documentation.
This commit is contained in:
Tom 2023-07-13 15:54:45 +02:00
parent 16fa721048
commit 1c68893a02
31 changed files with 3549 additions and 120 deletions

View file

@ -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: