MCPcopy
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
3215type querierClient struct {
3216 cc *grpc.ClientConn
3217}
3218
3219func NewQuerierClient(cc *grpc.ClientConn) QuerierClient {
3220 return &querierClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected