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

Struct MockResponse

modules/frontend/combiner/trace_by_id_v2_test.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type MockResponse struct {
21 resp *http.Response
22}
23
24func (m MockResponse) HTTPResponse() *http.Response {
25 return m.resp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected