Versions in this module Expand all Collapse all v1 v1.0.0 Aug 2, 2019 Changes in this version + 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)