-
Notifications
You must be signed in to change notification settings - Fork 97
/
buf.gen.yaml
35 lines (35 loc) · 1.01 KB
/
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: generated/protos
except:
- buf.build/googleapis/googleapis
plugins:
- plugin: buf.build/protocolbuffers/go:v1.33.0
out: flow/generated/protos
opt: paths=source_relative
- plugin: buf.build/grpc/go:v1.3.0
out: flow/generated/protos
opt:
- paths=source_relative
- plugin: buf.build/community/neoeinstein-prost:v0.3.1
out: nexus/pt/src/gen
opt:
- compile_well_known_types
- extern_path=.google.protobuf=::pbjson_types
- plugin: buf.build/community/neoeinstein-tonic:v0.4.0
out: nexus/pt/src/gen
- plugin: buf.build/community/neoeinstein-prost-serde:v0.3.0
out: nexus/pt/src/gen
opt:
- ignore_unknown_fields=true
- plugin: buf.build/community/stephenh-ts-proto:v1.167.9
out: ui/grpc_generated
opt:
- esModuleInterop=true
- outputServices=none
- plugin: buf.build/grpc-ecosystem/gateway:v2.19.1
out: flow/generated/protos
opt:
- paths=source_relative