-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
33 lines (33 loc) · 900 Bytes
/
buf.gen.yaml
File metadata and controls
33 lines (33 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version: v2
managed:
enabled: true
disable:
- file_option: go_package
module: buf.build/googleapis/googleapis
- file_option: go_package
module: buf.build/bufbuild/protovalidate
- file_option: go_package
module: buf.build/gen/go
override:
- file_option: go_package_prefix
value: github.com/metal-stack/api/go
plugins:
# go
- remote: buf.build/protocolbuffers/go:v1.36.6
out: ../go
opt: paths=source_relative
- remote: buf.build/connectrpc/go:v1.18.1
out: ../go
opt: paths=source_relative
# python
- remote: buf.build/protocolbuffers/python:v31.1
out: ../python
- remote: buf.build/grpc/python:v1.73.1
out: ../python
- remote: buf.build/protocolbuffers/pyi:v31.1
out: ../python
- local: ../bin/protoc-gen-connecpy
out: ../python
# docs
- remote: buf.build/community/pseudomuto-doc:v1.5.1
out: ../doc