This commit is contained in:
laodaming
2023-10-20 15:14:41 +08:00
parent 6a9bfa0ef0
commit 6c341590ee
6 changed files with 26 additions and 18 deletions

View File

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