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

Struct FormCheckAuth

api/handler/user.go:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62type FormCheckAuth struct {
63 AuthToken string `form:"authToken" json:"authToken" binding:"required"`
64}
65
66func CheckAuth(c *gin.Context) {
67 var formCheckAuth FormCheckAuth

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected