https://github.com/khofesh/my-grpc-proto
https://github.com/khofesh/my-grpc-proto
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khofesh/my-grpc-proto
- Owner: khofesh
- Created: 2024-06-05T12:33:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T13:49:59.000Z (over 1 year ago)
- Last Synced: 2025-03-12T05:41:33.088Z (over 1 year ago)
- Language: Makefile
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC proto for other services
- https://github.com/grpc-ecosystem/grpc-gateway
```shell
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway@latest
go install github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@latest
make build-gateway
make protoc-go
make protoc-go-gateway
make protoc-openapiv2-gateway
```