-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
25 lines (25 loc) · 818 Bytes
/
buf.gen.yaml
File metadata and controls
25 lines (25 loc) · 818 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
version: v1
plugins:
- remote: "buf.build/library/plugins/go:v1.27.1-1"
out: proto
opt: paths=source_relative
- remote: "buf.build/library/plugins/go-grpc:v1.1.0-2"
out: proto
opt: paths=source_relative,require_unimplemented_servers=true
- remote: buf.build/odpf/plugins/validate
out: "proto"
opt: "paths=source_relative,lang=go"
- remote: "buf.build/grpc-ecosystem/plugins/grpc-gateway:v2.11.3-1"
out: proto
opt:
- paths=source_relative
- allow_repeated_fields_in_body=true
- remote: "buf.build/grpc-ecosystem/plugins/openapiv2:v2.11.3-1"
out: proto
opt:
- allow_repeated_fields_in_body=true
- output_format=yaml
- allow_merge=true
- merge_file_name=siren
- openapi_naming_strategy=simple
- json_names_for_fields=false