Method
SayHello
Sends a greeting
(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption)
Source from the content-addressed store, hash-verified
| 44 | type GreeterClient interface { |
| 45 | // Sends a greeting |
| 46 | SayHello(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption) (*HelloReply, error) |
| 47 | } |
| 48 | |
| 49 | type greeterClient struct { |
Implementers 15
serverexamples/helloworld/greeter_server/mai serverexamples/features/debugging/server/mai hwServerexamples/features/reflection/server/ma serverexamples/features/observability/server hwServerexamples/features/multiplex/server/mai serverexamples/features/csm_observability/se serverexamples/features/error_details/server