buf.gen.yaml 300 B

123456789101112
  1. version: v1
  2. managed:
  3. enabled: true
  4. go_package_prefix:
  5. default: "github.com/sqlc-dev/sqlc/internal"
  6. plugins:
  7. - plugin: buf.build/protocolbuffers/go:v1.30.0
  8. out: internal
  9. opt: paths=source_relative
  10. - plugin: buf.build/grpc/go:v1.3.0
  11. out: internal
  12. opt: paths=source_relative