()
| 271 | } |
| 272 | |
| 273 | func (i *Imgproxy) ErrorReporter() *errorreport.Reporter { |
| 274 | return i.errorReporter |
| 275 | } |
| 276 | |
| 277 | func (i *Imgproxy) ConditionalHeaders() *conditionalheaders.Factory { |
| 278 | return i.conditionalHeaders |
nothing calls this directly
no outgoing calls
no test coverage detected