| 123456789101112131415161718 |
- version: v1beta1
- plugins:
- - name: go
- out: node/pkg/proto
- path: tools/bin/protoc-gen-go
- opt:
- - paths=source_relative
- - name: go-grpc
- out: node/pkg/proto
- path: tools/bin/protoc-gen-go-grpc
- opt:
- - paths=source_relative
- - name: grpc-gateway
- out: node/pkg/proto
- path: tools/bin/protoc-gen-grpc-gateway
- opt:
- - paths=source_relative
- - generate_unbound_methods=true
|