| 76 | } |
| 77 | |
| 78 | type greeterServer struct { |
| 79 | pb.UnimplementedGreeterServer |
| 80 | } |
| 81 | |
| 82 | // sayHello is a simple implementation of the pb.GreeterServer SayHello method. |
| 83 | func (greeterServer) SayHello(_ context.Context, in *pb.HelloRequest) (*pb.HelloReply, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected