Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeTeamService ¶
func NewChangeTeamService ¶
func NewChangeTeamService(p *packet.PacketData, client net.Conn) ChangeTeamService
type CloseResultService ¶
func NewCloseResultService ¶
func NewCloseResultService(client net.Conn) CloseResultService
type CreateRoomService ¶
func NewCreateRoomService ¶
func NewCreateRoomService(p *packet.PacketData, client net.Conn) CreateRoomService
type JoinRoomService ¶
func NewJoinRoomService ¶
func NewJoinRoomService(p *packet.PacketData, client net.Conn) JoinRoomService
type LeaveRoomService ¶
type LeaveRoomService interface { Handle(ctx context.Context) error UserRoomEnd(ctx context.Context, u *user.UserCache) error }
func NewLeaveRoomService ¶
func NewLeaveRoomService(client net.Conn) LeaveRoomService
type ReadyService ¶
func NewReadyService ¶
func NewReadyService(p *packet.PacketData, client net.Conn) ReadyService
type StartService ¶
func NewStartService ¶
func NewStartService(client net.Conn) StartService
type UpdateRoomService ¶
func NewUpdateRoomService ¶
func NewUpdateRoomService(p *packet.PacketData, client net.Conn) UpdateRoomService
Click to show internal directories.
Click to hide internal directories.