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

FuncType RoundTripperFunc

modules/frontend/pipeline/pipeline.go:122–122  ·  modules/frontend/pipeline/pipeline.go::RoundTripperFunc

Sync Pipeline

func(Request) (*http.Response, error)

Source from the content-addressed store, hash-verified

120//
121
122type RoundTripperFunc func(Request) (*http.Response, error)
123
124// RoundTrip implememnts RoundTripper
125func (fn RoundTripperFunc) RoundTrip(req Request) (*http.Response, error) {

Callers 11

TestTraceIDHandlerFunction · 0.92
TestTraceIDHandlerV2Function · 0.92
TestRetryFunction · 0.70
BuildFunction · 0.70
TestAdjustsResponseCodeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected