This commit is contained in:
laodaming
2023-10-20 14:10:03 +08:00
parent 3b8773f4de
commit a58cccfff6
3 changed files with 13 additions and 1 deletions

View File

@@ -23,3 +23,9 @@ type ConnectErrMsg struct {
type ConnectUnAuth struct {
Message string `json:"message"`
}
// 心跳数据
type HeartBeatMsg struct {
WsCount int `json:"ws_count"`
CombineCount int `json:"combine_count"`
}