| 60 | } |
| 61 | |
| 62 | type FormCheckAuth struct { |
| 63 | AuthToken string `form:"authToken" json:"authToken" binding:"required"` |
| 64 | } |
| 65 | |
| 66 | func CheckAuth(c *gin.Context) { |
| 67 | var formCheckAuth FormCheckAuth |
nothing calls this directly
no outgoing calls
no test coverage detected