(*context.Context, error)
| 14 | // the error may return from a request-scoped dependency too (see `Handler`). |
| 15 | ErrorHandler interface { |
| 16 | HandleError(*context.Context, error) |
| 17 | } |
| 18 | // ErrorHandlerFunc implements the `ErrorHandler`. |
| 19 | // It describes the type defnition for an error function handler. |
no outgoing calls