initial commit
This commit is contained in:
11
third_party/libhv/examples/protorpc/proto/calc.proto
vendored
Executable file
11
third_party/libhv/examples/protorpc/proto/calc.proto
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package protorpc;
|
||||
|
||||
message CalcParam {
|
||||
int64 num = 1;
|
||||
}
|
||||
|
||||
message CalcResult {
|
||||
int64 num = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user