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

Struct pipelineResponse

modules/frontend/pipeline/responses.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18var _ Responses[combiner.PipelineResponse] = syncResponse{}
19
20type pipelineResponse struct {
21 r *http.Response
22 requestData any
23}
24
25func (p pipelineResponse) HTTPResponse() *http.Response {
26 return p.r

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected