-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
28 lines (28 loc) · 837 Bytes
/
buf.gen.yaml
File metadata and controls
28 lines (28 loc) · 837 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
version: v2
plugins:
- remote: buf.build/community/neoeinstein-prost:v0.5.0
out: proto/gen
opt:
- bytes=.
- file_descriptor_set
- compile_well_known_types
- flat_output_dir
- extern_path=.google.protobuf=::pbjson_types
- remote: buf.build/community/neoeinstein-prost-serde:v0.4.0
out: proto/gen
opt:
- flat_output_dir
- extern_path=.google.protobuf=::pbjson_types
- remote: buf.build/community/neoeinstein-tonic:v0.5.0
out: proto/gen
opt:
- compile_well_known_types
- flat_output_dir
- extern_path=.google.protobuf=::pbjson_types
- remote: buf.build/community/stephenh-ts-proto:v2.3.0
out: auraescript/gen
opt:
- flat_output_dir
- outputEncodeMethods=false
- outputClientImpl=false
- lowerCaseServiceMethods=true