-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuf.gen.yaml
34 lines (34 loc) · 1023 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
version: v1
managed:
enabled: true
go_package_prefix:
default: github.com/alicenet/utilities/api
except:
- buf.build/googleapis/googleapis
- buf.build/envoyproxy/protoc-gen-validate
plugins:
- remote: buf.build/library/plugins/go:v1.27.1-1
out: .
opt:
- paths=source_relative
- remote: buf.build/library/plugins/go-grpc:v1.1.0-2
out: .
opt:
- paths=source_relative
- require_unimplemented_servers=false
- remote: buf.build/grpc-ecosystem/plugins/grpc-gateway:v2.6.0-1
out: .
opt:
- paths=source_relative
- remote: buf.build/grpc-ecosystem/plugins/openapiv2:v2.6.0-1
out: .
opt:
- logtostderr=true
# Following is in place until official plugin is in place.
# Ownership of the project is transferring to buf team so this is likely:
# https://github.com/envoyproxy/protoc-gen-validate/issues/616
- remote: buf.build/jirkad/plugins/protoc-gen-validate:v0.6.7
out: .
opt:
- paths=source_relative
- lang=go