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

Method Recv

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

Source from the content-addressed store, hash-verified

449}
450
451func (x *frontendProcessServer) Recv() (*ClientToFrontend, error) {
452 m := new(ClientToFrontend)
453 if err := x.ServerStream.RecvMsg(m); err != nil {
454 return nil, err
455 }
456 return m, nil
457}
458
459func _Frontend_NotifyClientShutdown_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
460 in := new(NotifyClientShutdownRequest)

Callers

nothing calls this directly

Calls 1

RecvMsgMethod · 0.80

Tested by

no test coverage detected