| 125 | } |
| 126 | |
| 127 | type FormRoomInfo struct { |
| 128 | RoomId int `form:"roomId" json:"roomId" binding:"required"` |
| 129 | } |
| 130 | |
| 131 | func GetRoomInfo(c *gin.Context) { |
| 132 | var formRoomInfo FormRoomInfo |
nothing calls this directly
no outgoing calls
no test coverage detected