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

Struct pipelineBridge

modules/frontend/pipeline/pipeline.go:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176var _ AsyncRoundTripper[combiner.PipelineResponse] = (*pipelineBridge)(nil)
177
178type pipelineBridge struct {
179 next RoundTripper
180 convert func(*http.Response) Responses[combiner.PipelineResponse]
181}
182
183func (b *pipelineBridge) RoundTrip(req Request) (Responses[combiner.PipelineResponse], error) {
184 r, err := b.next.RoundTrip(req)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected