| 86 | } |
| 87 | |
| 88 | type FormLogout struct { |
| 89 | AuthToken string `form:"authToken" json:"authToken" binding:"required"` |
| 90 | } |
| 91 | |
| 92 | func Logout(c *gin.Context) { |
| 93 | var formLogout FormLogout |
nothing calls this directly
no outgoing calls
no test coverage detected