mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 01:09:27 +02:00
remove MemberList structs.
This commit is contained in:
parent
1b6bc44f2a
commit
6599a093c0
1 changed files with 0 additions and 14 deletions
|
@ -138,20 +138,6 @@ type BroadcastStatus struct {
|
|||
URL string `json:"url,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
// TODO: Remove.
|
||||
type MembersList struct {
|
||||
Event string `json:"event"`
|
||||
Memebers []*MembersListEntry `json:"members"`
|
||||
}
|
||||
|
||||
// TODO: Remove.
|
||||
type MembersListEntry struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Admin bool `json:"admin"`
|
||||
}
|
||||
|
||||
// TODO: Remove.
|
||||
type Member struct {
|
||||
Event string `json:"event"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue