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

Struct greeterServer

security/advancedtls/advancedtls_integration_test.go:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78type greeterServer struct {
79 pb.UnimplementedGreeterServer
80}
81
82// sayHello is a simple implementation of the pb.GreeterServer SayHello method.
83func (greeterServer) SayHello(_ context.Context, in *pb.HelloRequest) (*pb.HelloReply, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected