pastebin/buf.gen.yaml

20 lines
473 B
YAML
Raw Normal View History

2023-09-30 13:47:59 +00:00
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