MCPcopy
hub / github.com/grafana/tempo / SearchJobResponse

Struct SearchJobResponse

modules/frontend/combiner/search.go:15–17  ·  view source on GitHub ↗

SearchJobResponse wraps shardtracker.JobMetadata and implements PipelineResponse.

Source from the content-addressed store, hash-verified

13
14// SearchJobResponse wraps shardtracker.JobMetadata and implements PipelineResponse.
15type SearchJobResponse struct {
16 shardtracker.JobMetadata
17}
18
19func (s *SearchJobResponse) HTTPResponse() *http.Response {
20 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected