| 403 | } |
| 404 | |
| 405 | type sharder struct { |
| 406 | next AsyncRoundTripper[combiner.PipelineResponse] |
| 407 | funcSharder bool |
| 408 | } |
| 409 | |
| 410 | func (s sharder) RoundTrip(r Request) (Responses[combiner.PipelineResponse], error) { |
| 411 | total := 4 |
nothing calls this directly
no outgoing calls
no test coverage detected