wormhole/buf.gen.yaml

19 lines
424 B
YAML

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