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

Struct hwServer

examples/features/multiplex/server/main.go:39–41  ·  view source on GitHub ↗

hwServer is used to implement helloworld.GreeterServer.

Source from the content-addressed store, hash-verified

37
38// hwServer is used to implement helloworld.GreeterServer.
39type hwServer struct {
40 hwpb.UnimplementedGreeterServer
41}
42
43// SayHello implements helloworld.GreeterServer
44func (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