forked from Stellabill/stellabill-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
27 lines (24 loc) · 742 Bytes
/
Copy pathbuf.gen.yaml
File metadata and controls
27 lines (24 loc) · 742 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
version: v2
# buf.gen.yaml — Code-generation configuration skeleton for future proto files.
# No generators are active yet; add entries here when gRPC stubs are needed.
#
# Example (uncomment when ready):
# plugins:
# - plugin: buf.build/protocolbuffers/go
# out: gen/go
# opt:
# - paths=source_relative
# - plugin: buf.build/grpc/go
# out: gen/go
# opt:
# - paths=source_relative
# - require_unimplemented_servers=false
# managed mode keeps generated file options in sync automatically.
managed:
enabled: true
override:
- file_option: go_package_prefix
value: stellarbill-backend/gen/go
# inputs are declared here so `buf generate` knows what to process.
inputs:
- directory: proto