forked from percona/pmm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buf.gen.yaml
42 lines (37 loc) · 836 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
30
31
32
33
34
35
36
37
38
39
40
41
42
version: v1
managed:
enabled: true
go_package_prefix:
default: github.com/percona/pmm/api
except:
- buf.build/googleapis/googleapis
- buf.build/grpc-ecosystem/grpc-gateway
- buf.build/envoyproxy/protoc-gen-validate
plugins:
- name: go
path: bin/protoc-gen-go
out: api
opt:
- paths=source_relative
- name: go-grpc
path: bin/protoc-gen-go-grpc
out: api
opt:
- paths=source_relative
- name: grpc-gateway
path: bin/protoc-gen-grpc-gateway
out: api
opt:
- paths=source_relative
- name: validate
path: bin/protoc-gen-validate
out: api
opt:
- paths=source_relative
- lang=go
- name: openapiv2
out: api
path: bin/protoc-gen-openapiv2
opt:
- simple_operation_ids=true
- json_names_for_fields=false