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:
internal
@ -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"`
|
||||
|
Reference in New Issue
Block a user