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

Struct FormLogout

api/handler/user.go:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type FormLogout struct {
89 AuthToken string `form:"authToken" json:"authToken" binding:"required"`
90}
91
92func Logout(c *gin.Context) {
93 var formLogout FormLogout

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected