An open API service indexing awesome lists of open source software.

https://github.com/mintak21/proto

proto files
https://github.com/mintak21/proto

grpc protobuf

Last synced: 4 months ago
JSON representation

proto files

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**が定義されてしまう