(c *gin.Context)
| 37 | } |
| 38 | |
| 39 | func (o *AuthApi) ParseToken(c *gin.Context) { |
| 40 | a2r.Call(c, auth.AuthClient.ParseToken, o.Client) |
| 41 | } |
| 42 | |
| 43 | func (o *AuthApi) ForceLogout(c *gin.Context) { |
| 44 | a2r.Call(c, auth.AuthClient.ForceLogout, o.Client) |
no outgoing calls
no test coverage detected