This website requires JavaScript.
Explore
Help
Sign In
zhangzhaopeng
/
fusion
Watch
1
Star
0
Fork
You've already forked fusion
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
fusion
/
third_party
/
libhv
/
examples
/
protorpc
/
proto
/
calc.proto
12 lines
135 B
Protocol Buffer
Executable File
Raw
Permalink
Blame
History
syntax
=
"proto3"
;
package
protorpc
;
message
CalcParam
{
int64
num
=
1
;
}
message
CalcResult
{
int64
num
=
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink