MCPcopy Create free account
hub / github.com/LockGit/gochat / FormRoomInfo

Struct FormRoomInfo

api/handler/push.go:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127type FormRoomInfo struct {
128 RoomId int `form:"roomId" json:"roomId" binding:"required"`
129}
130
131func GetRoomInfo(c *gin.Context) {
132 var formRoomInfo FormRoomInfo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected