https://github.com/chrisho/sd-grpc-paginate
grpc分页
https://github.com/chrisho/sd-grpc-paginate
Last synced: 5 months ago
JSON representation
grpc分页
- Host: GitHub
- URL: https://github.com/chrisho/sd-grpc-paginate
- Owner: chrisho
- Created: 2018-09-06T03:48:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T08:42:29.000Z (over 7 years ago)
- Last Synced: 2024-06-20T09:21:39.152Z (about 2 years ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
protoc --go_out=plugins=grpc:. ./paginate.proto
python3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. ./paginate.proto