Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExistsMembersResponse ¶
type ExistsMembersResponse struct {
Members string `json:"members"`
}
type JoinRoomRequest ¶
type JoinRoomRequest struct {
Nickname string `json:"nickname"`
}
type LoginRequest ¶
type LoginRequest struct {
Nickname string `json:"nickname"`
}
type LoginResponse ¶
type LoginResponse struct {
Code int `json:"code"`
}
type NewUserBroadcast ¶
type NewUserBroadcast struct {
Content string `json:"content"`
}
type SyncMessage ¶
type UserBalanceResponse ¶
type UserBalanceResponse struct {
CurrentBalance int64 `json:"currentBalance"`
}
Click to show internal directories.
Click to hide internal directories.