ClientCheckMiddleware is the middleware that checks if the client is valid
()
| 112 | |
| 113 | // ClientCheckMiddleware is the middleware that checks if the client is valid |
| 114 | ClientCheckMiddleware() gin.HandlerFunc |
| 115 | // ContextMiddleware is the middleware that adds the context to the request |
| 116 | ContextMiddleware() gin.HandlerFunc |
| 117 | // CORSMiddleware is the middleware that adds the cors headers to the response |
no outgoing calls