This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
orderrpcv2
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
16
Wiki
Activity
2.0订单rpc数据结构
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
1
Branch
54 KiB
Tree:
v0.5.1
master
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.4.0
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
v0.1.0
v0.0.1
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'v0.5.1'
${ noResults }
orderrpcv2
/
README.md
9 lines
92 B
Raw
Permalink
Normal View
History
Initial commit
3 years ago
定义接口
3 years ago
# orderrpcv2
2.0订单rpc
## 自动生成PB文件
~~~
protoc --go_out=./ order.proto
~~~