forked from PeerDB-io/peerdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buf.gen.yaml
29 lines (29 loc) · 851 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
version: v1
managed:
enabled: true
go_package_prefix:
default: generated/protos
plugins:
- plugin: buf.build/protocolbuffers/go:v1.31.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.2.3
out: nexus/pt/src
opt:
- compile_well_known_types
- extern_path=.google.protobuf=::pbjson_types
- plugin: buf.build/community/neoeinstein-tonic:v0.3.0
out: nexus/pt/src
- plugin: buf.build/community/neoeinstein-prost-serde:v0.2.3
out: nexus/pt/src
opt:
- ignore_unknown_fields=true
- plugin: buf.build/community/stephenh-ts-proto:v1.156.8
out: ui/grpc_generated
opt:
- esModuleInterop=true
- outputServices=grpc-js