add a dummy service with no rpc to test codegen coverage

pull/6418/head
yang-g 9 years ago
parent 5a779537f1
commit 1717bff3f4
  1. 4
      src/proto/grpc/testing/echo.proto

@ -45,3 +45,7 @@ service EchoTestService {
service UnimplementedService {
rpc Unimplemented(EchoRequest) returns (EchoResponse);
}
// A service without any rpc defined to test coverage.
service NoRpcService {
}

Loading…
Cancel
Save