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