Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XanCafe/websocket-gin-demo
/ types & classes
Types & classes
5 in github.com/XanCafe/websocket-gin-demo
⨍
Functions
17
◇
Types & classes
5
Struct
ChatRequest
ChatRequest 聊天室请求
message-chat/server/client.go:139
Struct
Client
Client is a middleman between the websocket connection and the hub.
message-chat/server/client.go:41
Struct
Config
Config 对应配置文件结构
message-chat/config/config.go:8
Struct
Hub
Hub maintains the set of active clients and broadcasts messages to the clients.
message-chat/server/hub.go:7
Struct
RedisServer
RedisServer 表示 redis 服务器配置
message-chat/config/config.go:34