Skip to content

Commit 0eee9f6

Browse files
Upgrade docs about use camelcase naming convention for gRPC methods (#6430)
Co-authored-by: 李铭昕 <[email protected]>
1 parent 8caf7d5 commit 0eee9f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Stubs/Grpc/grpc.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ syntax = "proto3";
22

33
package HyperfTest.ResourceGrpc.Stubs.Grpc;
44

5-
service hi {
6-
rpc sayHello (HiUser) returns (HiReply) {
5+
service Hi {
6+
rpc SayHello (HiUser) returns (HiReply) {
77
}
88
}
99

0 commit comments

Comments
 (0)