Documentation
¶
Index ¶
- func EventMessage(conn *connection.Connection, data []byte)
- func EventOffline(conn *connection.Connection)
- func EventOnline(conn *connection.Connection)
- func GetConnectionIsOnline(connectionId string) (responseData http_struct.Response)
- func KickedOutConnection(connectionId string) (responseData http_struct.Response)
- func PushConnectionMessage(connectionId string, pushMessage []byte) (responseData http_struct.Response)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConnectionIsOnline ¶
func GetConnectionIsOnline(connectionId string) (responseData http_struct.Response)
获取管道在线状态
func KickedOutConnection ¶
func KickedOutConnection(connectionId string) (responseData http_struct.Response)
踢出管道强制离线
func PushConnectionMessage ¶
func PushConnectionMessage(connectionId string, pushMessage []byte) (responseData http_struct.Response)
推送消息到管道
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.