Documentation
¶
Index ¶
- func CheckUserOnline(appId uint32, userId string) (online bool)
- func SendUserMessage(appId uint32, userId string, msgId, message string) (sendResults bool, err error)
- func SendUserMessageAll(appId uint32, userId string, msgId, message string) (sendResults bool, err error)
- func UserList() (userList []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendUserMessage ¶
func SendUserMessage(appId uint32, userId string, msgId, message string) (sendResults bool, err error)
给用户发送消息
Types ¶
This section is empty.
Source Files
¶
- user_srv.go
Click to show internal directories.
Click to hide internal directories.