Files
mantrae/buf.gen.yaml
d34dscene 040c1ffc35 oof
2025-06-17 00:49:55 +02:00

28 lines
631 B
YAML

version: v2
managed:
enabled: true
override:
- file_option: go_package_prefix
value: github.com/mizuchilabs/mantrae/proto/gen
plugins:
- local: protoc-gen-go
out: proto/gen
opt: paths=source_relative
- local: protoc-gen-connect-go
out: proto/gen
opt: paths=source_relative
- local: protoc-gen-es
out: web/src/lib/gen
opt: target=ts
include_imports: true
- local: protoc-gen-connect-openapi
out: proto/gen/openapi
strategy: all
opt:
- allow-get
- with-streaming
- path=openapi.yaml
- base=proto/gen/openapi/base.yaml
inputs:
- directory: proto