Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ querierClient
Struct
querierClient
pkg/tempopb/tempo.pb.go:3215–3217 · pkg/tempopb/tempo.pb.go::querierClient
Source
from the content-addressed store, hash-verified
3213
}
3214
3215
type
querierClient
struct
{
3216
cc *grpc.ClientConn
3217
}
3218
3219
func
NewQuerierClient(cc *grpc.ClientConn) QuerierClient {
3220
return
&querierClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected