modulepackage
1.0.0
Repository: https://github.com/jjonline/share-mod-lib.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Constants
记录集群用户连接信息(有效期十分钟,需要在心跳时不断续期):ws:{appid}:client:{uid} => server_id:fd.
上线通知(触发消息事件).
消息确认(目标:客户端).
下线通知(触发消息事件).
ping(目标:服务器).
pong(目标:客户端).
英文.
繁体.
记录服务器的连接记录hash表:ws:server_conn_list:{server_id} => uid => fd:connect_time:last_active_time.
No description provided by the author
记录ws服务器列表:ws:server_list:{app_id}.
记录服务器消息列表:ws:server_msg_pool:{server_id} => [fd_or_server:content].
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Client ws单个客户端抽象.
ConnectInfo 连接信息.
No description provided by the author
Request 接收用户端消息结构体.
Response 响应用户消息结构体.
No description provided by the author
ServerInfo 服务器详情.
No description provided by the author
# Interfaces
Logger 日志接口定义.