| 11 | } |
| 12 | |
| 13 | type noopErrorHandler struct{} |
| 14 | |
| 15 | // NewNoopErrorHandler returns an error handler that discards every error. |
| 16 | func NewNoopErrorHandler() ErrorHandler { return noopErrorHandler{} } |
nothing calls this directly
no outgoing calls
no test coverage detected