GetDefaultErrorMiddleware should return the default error handler middleares.
()
| 265 | // GetDefaultErrorMiddleware should return |
| 266 | // the default error handler middleares. |
| 267 | GetDefaultErrorMiddleware() context.Handlers |
| 268 | } |
| 269 | |
| 270 | func defaultErrorHandler(ctx *context.Context) { |
no outgoing calls
no test coverage detected