-
Notifications
You must be signed in to change notification settings - Fork 820
Expand file tree
/
Copy pathbuf.gen.go.yaml
More file actions
40 lines (40 loc) · 1.08 KB
/
buf.gen.go.yaml
File metadata and controls
40 lines (40 loc) · 1.08 KB
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
36
37
38
39
40
version: v2
managed:
enabled: true
override:
- file_option: optimize_for
value: CODE_SIZE
# Use managed mode. Ref: https://protovalidate.com/quickstart/#depend-on-protovalidate
disable:
- file_option: go_package
- module: buf.build/bufbuild/protovalidate
plugins:
- remote: buf.build/protocolbuffers/go:v1.30.0
out: gen/go
opt:
- paths=source_relative
- remote: buf.build/grpc/go:v1.3.0
out: gen/go
opt:
- paths=source_relative
- require_unimplemented_servers=false
- remote: buf.build/connectrpc/go:v1.16.2
out: gen/go
opt:
- paths=source_relative
- remote: buf.build/bufbuild/validate-go:v1.2.1
out: gen/go
opt:
- paths=source_relative
- remote: buf.build/grpc-ecosystem/gateway:v2.15.2
out: gen/go/gateway
opt:
- paths=import
- module=github.com/flyteorg/flyte/v2/gen/go
- standalone=true
- allow_delete_body=true
- remote: buf.build/grpc-ecosystem/openapiv2:v2.27.4
out: gen/go/gateway
opt:
- json_names_for_fields=false
- allow_delete_body=true