pastebin/buf.gen.yaml

23 lines
528 B
YAML
Raw Normal View History

2023-09-30 13:47:59 +00:00
version: v1
plugins:
- plugin: buf.build/protocolbuffers/go
2024-03-18 17:03:14 +00:00
out: gen
2023-09-30 13:47:59 +00:00
opt: paths=source_relative
- plugin: coco
2024-03-18 17:03:14 +00:00
out: gen
opt:
- paths=source_relative
- prefix=proto
- project_name=pastebin
2023-09-30 13:47:59 +00:00
- plugin: buf.build/community/stephenh-ts-proto
out: ./webui/src/gen
opt:
- paths=source_relative
- snakeToCamel=json
- esModuleInterop=true
2024-03-18 17:03:14 +00:00
- plugin: buf.build/grpc/go:v1.3.0
out: gen
opt:
- paths=source_relative
- require_unimplemented_servers=false