forked from percona/pmm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuf.gen.yaml
43 lines (38 loc) · 858 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
43
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/percona/third_party
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: govalidators
path: bin/protoc-gen-govalidators
out: api
opt:
- paths=source_relative
- lang=go
- gogoimport=false
- name: openapiv2
out: api
path: bin/protoc-gen-openapiv2
opt:
- simple_operation_ids=true
- json_names_for_fields=false