mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 08:50:13 +02:00
event SystemDisconnect.
This commit is contained in:
parent
21293256ed
commit
1b6bc44f2a
3 changed files with 6 additions and 11 deletions
|
@ -23,7 +23,6 @@ type SystemAdmin struct {
|
|||
BroadcastStatus BroadcastStatus `json:"broadcast_status"`
|
||||
}
|
||||
|
||||
// TODO: New.
|
||||
type SystemDisconnect struct {
|
||||
Event string `json:"event,omitempty"`
|
||||
Message string `json:"message"`
|
||||
|
@ -139,11 +138,6 @@ type BroadcastStatus struct {
|
|||
URL string `json:"url,omitempty"`
|
||||
}
|
||||
|
||||
// TODO: Remove.
|
||||
type Disconnect struct {
|
||||
Event string `json:"event"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
// TODO: Remove.
|
||||
type MembersList struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue