-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
31 lines (30 loc) · 786 Bytes
/
buf.gen.yaml
File metadata and controls
31 lines (30 loc) · 786 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
29
30
version: v2
managed:
disable:
# Disable go_package changes for the following modules.
- file_option: go_package
module: buf.build/googleapis/googleapis
- file_option: go_package
module: buf.build/grpc-ecosystem/grpc-gateway
enabled: true
override:
- file_option: go_package
value: github.com/Percona-Lab/percona-version-service/version
plugins:
- local: bin/protoc-gen-go
out: versionpb
opt:
- paths=source_relative
- local: bin/protoc-gen-go-grpc
out: versionpb
opt:
- paths=source_relative
- local: bin/protoc-gen-grpc-gateway
out: versionpb
opt:
- logtostderr=true
- paths=source_relative
- local: bin/protoc-gen-openapiv2
out: third_party/OpenAPI
opt:
- logtostderr=true