Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserMgr ¶
type UserMgr struct {
// contains filtered or unexported fields
}
func (*UserMgr) AddOnlineUser ¶
func (this *UserMgr) AddOnlineUser(up *UserProcessor)
func (*UserMgr) DeleteOnlineUser ¶
func (*UserMgr) GetAllOnlineUser ¶
func (this *UserMgr) GetAllOnlineUser() map[int]*UserProcessor
func (*UserMgr) GetOnlineUser ¶
func (this *UserMgr) GetOnlineUser(userId int) (up *UserProcessor, err error)
type UserProcessor ¶
func (*UserProcessor) ServerLogin ¶
func (this *UserProcessor) ServerLogin(mes *message.Message) (err error)
func (*UserProcessor) ServerRegister ¶
func (this *UserProcessor) ServerRegister(mes *message.Message) (err error)
Click to show internal directories.
Click to hide internal directories.