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

Struct frontendProcessServer

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

Source from the content-addressed store, hash-verified

441}
442
443type frontendProcessServer struct {
444 grpc.ServerStream
445}
446
447func (x *frontendProcessServer) Send(m *FrontendToClient) error {
448 return x.ServerStream.SendMsg(m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected