2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00

remove admin from websockets.

This commit is contained in:
Miroslav Šedivý
2020-11-30 17:31:29 +01:00
parent 994a91886d
commit 0a75950356
4 changed files with 0 additions and 115 deletions
internal
types
websocket

@ -182,19 +182,6 @@ type ControlTarget struct {
Target string `json:"target"`
}
// TODO: Remove.
type Admin struct {
Event string `json:"event"`
ID string `json:"id"`
}
// TODO: Remove.
type AdminTarget struct {
Event string `json:"event"`
Target string `json:"target"`
ID string `json:"id"`
}
// TODO: Remove.
type ScreenResolution struct {
Event string `json:"event"`