MCPcopy 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
103type FormCount struct {
104 RoomId int `form:"roomId" json:"roomId" binding:"required"`
105}
106
107func Count(c *gin.Context) {
108 var formCount FormCount

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected