-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuf.gen.yaml
29 lines (29 loc) · 960 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
version: v2
plugins:
- remote: buf.build/community/neoeinstein-prost:v0.4.0
out: bothan-api/server/src/proto
- remote: buf.build/community/neoeinstein-tonic:v0.4.1
out: bothan-api/server/src/proto
opt:
- no_client=true
- remote: buf.build/community/neoeinstein-prost:v0.4.0
out: bothan-api/client/rust-client/src/proto
- remote: buf.build/community/neoeinstein-tonic:v0.4.1
out: bothan-api/client/rust-client/src/proto
opt:
- no_server=true
- remote: buf.build/community/neoeinstein-prost-serde:v0.3.1
out: bothan-api/client/rust-client/src/proto
- remote: buf.build/protocolbuffers/go:v1.34.0
out: ./bothan-api/client/go-client/proto
opt:
- paths=source_relative
- remote: buf.build/grpc/go:v1.3.0
out: ./bothan-api/client/go-client/proto
opt:
- paths=source_relative
- remote: buf.build/grpc-ecosystem/gateway:v2.19.1
out: ./bothan-api/client/go-client/proto
opt:
- paths=source_relative
- generate_unbound_methods=true