(t http.RoundTripper)
| 38 | |
| 39 | type TempoHTTPClient interface { |
| 40 | WithTransport(t http.RoundTripper) |
| 41 | Do(req *http.Request) (*http.Response, error) |
| 42 | SearchTags() (*tempopb.SearchTagsResponse, error) |
| 43 | SearchTagsV2() (*tempopb.SearchTagsV2Response, error) |
no outgoing calls