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

FuncType RoundTripperFunc

modules/frontend/frontend.go:30–30  ·  view source on GitHub ↗
func(*http.Request) (*http.Response, error)

Source from the content-addressed store, hash-verified

28)
29
30type RoundTripperFunc func(*http.Request) (*http.Response, error)
31
32// RoundTrip implememnts http.RoundTripper
33func (fn RoundTripperFunc) RoundTrip(req *http.Request) (*http.Response, error) {

Callers 9

newSearchHTTPHandlerFunction · 0.70
newTraceIDHandlerFunction · 0.70
newTraceIDV2HandlerFunction · 0.70
newTagsHTTPHandlerFunction · 0.70
newTagsV2HTTPHandlerFunction · 0.70
newTagValuesHTTPHandlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected