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

Struct FormRoom

api/handler/push.go:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type FormRoom struct {
67 AuthToken string `form:"authToken" json:"authToken" binding:"required"`
68 Msg string `form:"msg" json:"msg" binding:"required"`
69 RoomId int `form:"roomId" json:"roomId" binding:"required"`
70}
71
72func PushRoom(c *gin.Context) {
73 var formRoom FormRoom

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected