MCPcopy
hub / github.com/grpc/grpc-go / SayHello

Method SayHello

examples/helloworld/helloworld/helloworld_grpc.pb.go:46–46  ·  view source on GitHub ↗

Sends a greeting

(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

44type GreeterClient interface {
45 // Sends a greeting
46 SayHello(ctx context.Context, in *HelloRequest, opts ...grpc.CallOption) (*HelloReply, error)
47}
48
49type greeterClient struct {

Callers 13

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
callAndVerifyFunction · 0.65
callSayHelloFunction · 0.65

Implementers 15

greeterServersecurity/advancedtls/advancedtls_integ
greeterServersecurity/advancedtls/examples/credenti
greeterClientexamples/helloworld/helloworld/hellowo
UnimplementedGreeterServerexamples/helloworld/helloworld/hellowo
serverexamples/helloworld/greeter_server/mai
serverexamples/features/debugging/server/mai
slowServerexamples/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

Calls

no outgoing calls

Tested by 1

callAndVerifyFunction · 0.52