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

Struct frontendProcessClient

modules/frontend/v1/frontendv1pb/frontend.pb.go:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384type frontendProcessClient struct {
385 grpc.ClientStream
386}
387
388func (x *frontendProcessClient) Send(m *ClientToFrontend) error {
389 return x.ClientStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected