(err error)
| 216 | } |
| 217 | |
| 218 | func errorHandler(err error) handlerFunc { |
| 219 | return func(_ context.Context, _ []byte) (io.Reader, error) { |
| 220 | return nil, err |
| 221 | } |
| 222 | } |
| 223 | |
| 224 | type jsonOutBuffer struct { |
| 225 | pool *sync.Pool |
no outgoing calls
no test coverage detected
searching dependent graphs…