feat: 初始化 Go 后端项目骨架 #1

Merged
cfy777 merged 1 commits from build/backend into develop 2026-06-12 17:40:19 +08:00
  • 使用 Gin 框架替代原始 net/http,方便调试
  • 实现 WebSocket 端点 (/ws),支持 ping/query/config/interrupt 消息
  • 实现健康检查 REST 接口 (/api/health)
  • 定义协议数据结构 (models)
  • 心跳检测(60 秒超时断开)
- 使用 Gin 框架替代原始 net/http,方便调试 - 实现 WebSocket 端点 (/ws),支持 ping/query/config/interrupt 消息 - 实现健康检查 REST 接口 (/api/health) - 定义协议数据结构 (models) - 心跳检测(60 秒超时断开)
huanghaosheng added 1 commit 2026-06-12 17:36:10 +08:00
- 使用 Gin 框架替代原始 net/http,方便调试
- 实现 WebSocket 端点 (/ws),支持 ping/query/config/interrupt 消息
- 实现健康检查 REST 接口 (/api/health)
- 定义协议数据结构 (models)
- 心跳检测(60 秒超时断开)
huanghaosheng requested review from Owners 2026-06-12 17:36:10 +08:00
huanghaosheng self-assigned this 2026-06-12 17:37:06 +08:00
cfy777 was assigned by huanghaosheng 2026-06-12 17:37:06 +08:00
cfy777 approved these changes 2026-06-12 17:40:03 +08:00
cfy777 left a comment
Owner

还得练

还得练
cfy777 merged commit a26e008f81 into develop 2026-06-12 17:40:19 +08:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: XEngineers/CamTalk#1