buf.gen.yaml 424 B

123456789101112131415161718
  1. version: v1beta1
  2. plugins:
  3. - name: go
  4. out: node/pkg/proto
  5. path: tools/bin/protoc-gen-go
  6. opt:
  7. - paths=source_relative
  8. - name: go-grpc
  9. out: node/pkg/proto
  10. path: tools/bin/protoc-gen-go-grpc
  11. opt:
  12. - paths=source_relative
  13. - name: grpc-gateway
  14. out: node/pkg/proto
  15. path: tools/bin/protoc-gen-grpc-gateway
  16. opt:
  17. - paths=source_relative
  18. - generate_unbound_methods=true