Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRoleAdapter ¶
func NewRoleAdapter(roleCmd IRoleCmd) cmd_handler.ICmdHandler
Types ¶
type ChangeName ¶
type ChangeName struct{}
func (*ChangeName) ProcessCmd ¶
func (h *ChangeName) ProcessCmd(c cmd_handler.IContext, data []byte, myRole *role.Role) int
type GmGetRole ¶
type GmGetRole struct{}
func (*GmGetRole) ProcessCmd ¶
func (h *GmGetRole) ProcessCmd(c cmd_handler.IContext, data []byte) int
type Login ¶
type Login struct{}
func (*Login) ProcessCmd ¶
func (h *Login) ProcessCmd(c cmd_handler.IContext, data []byte) int
type Logout ¶
type Logout struct{}
func (*Logout) ProcessCmd ¶
func (h *Logout) ProcessCmd(c cmd_handler.IContext, data []byte) int
Click to show internal directories.
Click to hide internal directories.