Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Services is All services in master server Services = &component.Components{} )
Functions ¶
func OnSessionClosed ¶
Types ¶
type ExistsMembersResponse ¶
type ExistsMembersResponse struct {
Members string `json:"members"`
}
type TopicService ¶
func (*TopicService) NewUser ¶
func (ts *TopicService) NewUser(s *session.Session, msg *protocol.NewUserRequest) error
func (*TopicService) Stats ¶
func (ts *TopicService) Stats(s *session.Session, msg *protocol.MasterStats) error
type UserBalanceResponse ¶
type UserBalanceResponse struct {
CurrentBalance int64 `json:"currentBalance"`
}
Click to show internal directories.
Click to hide internal directories.