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

Struct backendSchedulerClient

pkg/tempopb/backendwork.pb.go:1266–1268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1264}
1265
1266type backendSchedulerClient struct {
1267 cc *grpc.ClientConn
1268}
1269
1270func NewBackendSchedulerClient(cc *grpc.ClientConn) BackendSchedulerClient {
1271 return &backendSchedulerClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected