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

Struct FormRegister

api/handler/user.go:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type FormRegister struct {
40 UserName string `form:"userName" json:"userName" binding:"required"`
41 Password string `form:"passWord" json:"passWord" binding:"required"`
42}
43
44func Register(c *gin.Context) {
45 var formRegister FormRegister

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected