https://github.com/mintak21/proto
proto files
https://github.com/mintak21/proto
grpc protobuf
Last synced: 4 months ago
JSON representation
proto files
- Host: GitHub
- URL: https://github.com/mintak21/proto
- Owner: mintak21
- Created: 2021-08-29T05:42:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T08:20:56.000Z (over 3 years ago)
- Last Synced: 2024-06-21T10:58:49.217Z (almost 2 years ago)
- Topics: grpc, protobuf
- Language: Dockerfile
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proto files
## generate proto files
```bash
make generate
```
## lint-tools
- [Dockerfile](https://github.com/hadolint/hadolint)
- [proto](https://github.com/yoheimuta/protolint)
## references
- [Language Guide](https://developers.google.com/protocol-buffers/docs/proto3)
- [Quick Start(Go)](https://grpc.io/docs/languages/go/quickstart/)
- [gRPC-gateway](https://grpc-ecosystem.github.io/grpc-gateway/)
- [gRPC-Web](https://github.com/improbable-eng/grpc-web/tree/master/go/grpcweb)
## others
- `--go-grpc_opt=require_unimplemented_servers=false`オプションを使用しないと、mustEmbedUnimplemented**が定義されてしまう