add Dockerfile

This commit is contained in:
landaiqing
2024-10-29 00:20:51 +08:00
parent ae5131b7e1
commit 0e141b1050
5 changed files with 147 additions and 10 deletions

View File

@@ -27,9 +27,9 @@ type WebSocket struct {
var Handler = NewWebSocket()
// QrWebsocket 创建websocket服务
// @Summary 创建websocket服务
// @Description 创建websocket服务
// QrWebsocket 登录websocket服务
// @Summary 登录websocket服务
// @Description 登录websocket服务
// @Tags websocket
// @Router /controller/ws/gws [get]
func (QrWebsocketController) QrWebsocket(c *gin.Context) {