Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DelRoomService ¶
func NewDelRoomService ¶
func NewDelRoomService(roomID uint16) DelRoomService
type EndService ¶
func NewEndService ¶
func NewEndService(roomID uint16, userID uint32) EndService
type GetRoomInfoService ¶
func NewGetRoomInfoService ¶
func NewGetRoomInfoService(roomID uint16) GetRoomInfoService
type JoinService ¶
func NewJoinService ¶
func NewJoinService(roomID uint16, userID uint32) JoinService
type LeaveService ¶
func NewLeaveService ¶
func NewLeaveService(roomID uint16, userID uint32) LeaveService
type NewRoomService ¶
func NewNewRoomService ¶
func NewNewRoomService(room server.Room) NewRoomService
type RoomListService ¶
func NewRoomListService ¶
func NewRoomListService(serverID, channelID uint8) RoomListService
type ServerListService ¶
func NewServerListService ¶
func NewServerListService() ServerListService
type SetHostService ¶
func NewSetHostService ¶
func NewSetHostService(roomID uint16, userID uint32, name string) SetHostService
type StartService ¶
func NewStartService ¶
func NewStartService(roomID uint16, userID uint32) StartService
Click to show internal directories.
Click to hide internal directories.