forked from parca-dev/parca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuf.gen.yaml
35 lines (30 loc) · 925 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
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/timostamm/plugins/protobuf-ts:v2.2.2-1
out: ui/packages/shared/client/src
opt:
- long_type_string
- generate_dependencies
- 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