Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // All services in master server Services = &component.Components{} )
Functions ¶
func OnSessionClosed ¶
Types ¶
type ChatRoomService ¶
func (*ChatRoomService) JoinRoom ¶
func (rs *ChatRoomService) JoinRoom(s *session.Session, msg *protocol.JoinRoomRequest) error
func (*ChatRoomService) SyncMessage ¶
func (rs *ChatRoomService) SyncMessage(s *session.Session, msg *SyncMessage) error
type SyncMessage ¶
Click to show internal directories.
Click to hide internal directories.