QueryRangeJobResponse wraps shardtracker.JobMetadata and implements PipelineResponse.
| 15 | |
| 16 | // QueryRangeJobResponse wraps shardtracker.JobMetadata and implements PipelineResponse. |
| 17 | type QueryRangeJobResponse struct { |
| 18 | shardtracker.JobMetadata |
| 19 | } |
| 20 | |
| 21 | func (q *QueryRangeJobResponse) HTTPResponse() *http.Response { |
| 22 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected