https://github.com/asjdf/qiantang-tide-proto
The prototype and SDK of quantang-tide project
https://github.com/asjdf/qiantang-tide-proto
Last synced: about 2 months ago
JSON representation
The prototype and SDK of quantang-tide project
- Host: GitHub
- URL: https://github.com/asjdf/qiantang-tide-proto
- Owner: asjdf
- Created: 2023-12-20T08:30:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T16:15:16.000Z (about 1 year ago)
- Last Synced: 2025-02-09T04:16:22.657Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 242 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qiantang-tide-proto
## 快速开始
1. 安装软件
- [buf](https://buf.build/docs/installation)
- `go install github.com/grpc-ecosystem/protoc-gen-grpc-gateway-ts`
- `buf mod update`
2. 修改proto
3. 检查 `buf lint`
4. 生成 `buf generate`
## 相关文档[OpenAPI 说明](https://grpc-ecosystem.github.io/grpc-gateway/docs/mapping/customizing_openapi_output/)