mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix Host ID json name.
This commit is contained in:
parent
5c0dee93ac
commit
2c7291324c
@ -69,7 +69,7 @@ type MemberData struct {
|
|||||||
type ControlHost struct {
|
type ControlHost struct {
|
||||||
Event string `json:"event,omitempty"`
|
Event string `json:"event,omitempty"`
|
||||||
HasHost bool `json:"has_host"`
|
HasHost bool `json:"has_host"`
|
||||||
HostID string `json:"id,omitempty"`
|
HostID string `json:"host_id,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: New.
|
// TODO: New.
|
||||||
|
Loading…
Reference in New Issue
Block a user