-
Notifications
You must be signed in to change notification settings - Fork 226
/
Copy pathbuf.gen.yaml
37 lines (31 loc) · 1003 Bytes
/
buf.gen.yaml
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
34
35
36
37
version: v1
managed:
enabled: true
go_package_prefix:
default: github.com/parca-dev/parca/gen/proto/go
except:
- buf.build/googleapis/googleapis
plugins:
- remote: buf.build/protocolbuffers/plugins/go:v1.28.0-1
out: gen/proto/go
opt: paths=source_relative
- remote: buf.build/cerbos/plugins/vtproto:v0.2.0-1
out: gen/proto/go
opt:
- paths=source_relative,features=marshal+unmarshal+size+pool+grpc
- remote: buf.build/protocolbuffers/plugins/js:v3.20.0-1
out: ui/packages/shared/client/src
opt:
- import_style=commonjs,binary
- remote: buf.build/altipla/plugins/typescript:v2.3.0-5
out: ui/packages/shared/client/src
- remote: buf.build/grpc-ecosystem/plugins/grpc-gateway:v2.10.0-1
out: gen/proto/go
opt:
- paths=source_relative
- generate_unbound_methods=true
# - name: openapiv2
- remote: buf.build/grpc-ecosystem/plugins/openapiv2:v2.10.0-1
out: gen/proto/swagger
opt:
- allow_merge=false