Explorar o código

增加RpcChannelTest.proto

tanghai %!s(int64=14) %!d(string=hai) anos
pai
achega
a023ed537f
Modificáronse 1 ficheiros con 13 adicións e 0 borrados
  1. 13 0
      Src/Egametang/Rpc/RpcChannelTest.proto

+ 13 - 0
Src/Egametang/Rpc/RpcChannelTest.proto

@@ -0,0 +1,13 @@
+package Egametang;
+
+message RpcChannelTestRequest {
+	required int32 num = 1;
+};
+
+message RpcChannelTestResponse {
+	required int32 num = 1;
+};
+
+service RpcChannelTestService {
+  rpc Echo(RpcChannelTestRequest) returns (RpcChannelTestResponse);
+};