Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // All services in master server Services = &component.Components{} )
Functions ¶
This section is empty.
Types ¶
type RegisterRequest ¶
type RegisterRequest struct {
Nickname string `json:"nickname"`
}
type RegisterResponse ¶
type RegisterResponse struct {
Code int `json:"code"`
}
type RegisterService ¶
func (*RegisterService) Login ¶
func (bs *RegisterService) Login(s *session.Session, msg *RegisterRequest) error
Click to show internal directories.
Click to hide internal directories.