Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LockGit/gochat
/ FormCount
Struct
FormCount
api/handler/push.go:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
type
FormCount
struct
{
104
RoomId int `form:
"roomId"
json:
"roomId"
binding:
"required"
`
105
}
106
107
func
Count(c *gin.Context) {
108
var
formCount FormCount
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected