We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caf7d5 commit 0eee9f6Copy full SHA for 0eee9f6
tests/Stubs/Grpc/grpc.proto
@@ -2,8 +2,8 @@ syntax = "proto3";
2
3
package HyperfTest.ResourceGrpc.Stubs.Grpc;
4
5
-service hi {
6
- rpc sayHello (HiUser) returns (HiReply) {
+service Hi {
+ rpc SayHello (HiUser) returns (HiReply) {
7
}
8
9
0 commit comments