| 18 | var _ Responses[combiner.PipelineResponse] = syncResponse{} |
| 19 | |
| 20 | type pipelineResponse struct { |
| 21 | r *http.Response |
| 22 | requestData any |
| 23 | } |
| 24 | |
| 25 | func (p pipelineResponse) HTTPResponse() *http.Response { |
| 26 | return p.r |
nothing calls this directly
no outgoing calls
no test coverage detected