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

Struct hwServer

examples/features/reflection/server/main.go:40–42  ·  view source on GitHub ↗

hwServer is used to implement helloworld.GreeterServer.

Source from the content-addressed store, hash-verified

38
39// hwServer is used to implement helloworld.GreeterServer.
40type hwServer struct {
41 hwpb.UnimplementedGreeterServer
42}
43
44// SayHello implements helloworld.GreeterServer
45func (s *hwServer) SayHello(_ context.Context, in *hwpb.HelloRequest) (*hwpb.HelloReply, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected