blob: 89605b905057e53fe1a2af3721df6b8dd68a43ab [file]
Testing that the protoc-gen-go-grpc plugin works
=======================================
hello_test
------------------
Verifies that the generated code for a simple gRPC service:
- exposes a `pb.UnimplementedGreetServer` style struct
- exposes a `pb.RegisterGreetServer` method that accepts a `grpc.ServiceRegistrar` instead of a raw `*grpc.Server`