-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
29 lines (26 loc) · 894 Bytes
/
buf.gen.yaml
File metadata and controls
29 lines (26 loc) · 894 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
version: v2
managed:
enabled: true
override:
- file_option: go_package_prefix
value: github.com/edinstance/distributed-aviation-system/services/flights/internal/protobuf
- file_option: java_package_prefix
value: generated
plugins:
# Go stubs
- remote: buf.build/protocolbuffers/go:v1.36.8
out: services/flights/internal/protobuf/
opt: paths=source_relative
- remote: buf.build/grpc/go:v1.5.1
out: services/flights/internal/protobuf/
opt: paths=source_relative
- remote: buf.build/connectrpc/go:v1.18.1
out: services/flights/internal/protobuf/
opt: paths=source_relative
# Java stubs
- remote: buf.build/protocolbuffers/java:v29.1
out: services/aircraft/src/main/java/aviation/aircraft/grpc/
- remote: buf.build/grpc/java:v1.70.0
out: services/aircraft/src/main/java/aviation/aircraft/grpc
inputs:
- directory: protobuf