Documentation
¶
Index ¶
- type USER_ID_MAP
- type USER_MAP
- type User
- type UserMgr
- func (p *UserMgr) AddUser(remote *tcp.Remote) (user *User)
- func (p *UserMgr) AddUserId(uid type_define.USER_ID, user *User)
- func (p *UserMgr) DelUser(remote *tcp.Remote)
- func (p *UserMgr) DelUserId(uid type_define.USER_ID)
- func (p *UserMgr) Find(remote *tcp.Remote) (user *User)
- func (p *UserMgr) FindById(uid type_define.USER_ID) (user *User)
- func (p *UserMgr) Init()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type USER_ID_MAP ¶
type USER_ID_MAP map[type_define.USER_ID]*User
Click to show internal directories.
Click to hide internal directories.