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

Struct streamingQuerierClient

pkg/tempopb/tempo.pb.go:3503–3505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3501}
3502
3503type streamingQuerierClient struct {
3504 cc *grpc.ClientConn
3505}
3506
3507func NewStreamingQuerierClient(cc *grpc.ClientConn) StreamingQuerierClient {
3508 return &streamingQuerierClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected