This website requires JavaScript.
Explore
Help
Register
Sign In
Huijue-Network
/
emsApplication
Watch
7
Star
0
Fork
You've already forked emsApplication
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
246153fc8f
emsApplication
/
3rdPartner
/
libhv
/
examples
/
protorpc
/
proto
/
calc.proto
12 lines
135 B
Protocol Buffer
Raw
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