pastebin/buf.gen.yaml
2023-09-30 21:47:59 +08:00

20 lines
473 B
YAML

version: v1
managed:
enabled: true
go_package_prefix:
default: pastebin/api_services
plugins:
- plugin: buf.build/protocolbuffers/go
out: .
opt: paths=source_relative
- plugin: coco
out: .
# opt: paths=source_relative,disable_mongodb_model=true
opt: paths=source_relative
- plugin: buf.build/community/stephenh-ts-proto
out: ./webui/src/gen
opt:
- paths=source_relative
- snakeToCamel=json
- esModuleInterop=true