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

Method Recv

modules/frontend/v1/frontendv1pb/frontend.pb.go:392–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390}
391
392func (x *frontendProcessClient) Recv() (*FrontendToClient, error) {
393 m := new(FrontendToClient)
394 if err := x.ClientStream.RecvMsg(m); err != nil {
395 return nil, err
396 }
397 return m, nil
398}
399
400func (c *frontendClient) NotifyClientShutdown(ctx context.Context, in *NotifyClientShutdownRequest, opts ...grpc.CallOption) (*NotifyClientShutdownResponse, error) {
401 out := new(NotifyClientShutdownResponse)

Callers

nothing calls this directly

Calls 1

RecvMsgMethod · 0.80

Tested by

no test coverage detected