forked from redpanda-data/console
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
53 lines (53 loc) · 1.66 KB
/
buf.gen.yaml
File metadata and controls
53 lines (53 loc) · 1.66 KB
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
44
45
46
47
48
49
50
51
52
53
version: v2
inputs:
- directory: proto
managed:
enabled: true
disable:
- file_option: go_package
module: buf.build/googleapis/googleapis
- file_option: go_package
module: buf.build/grpc-ecosystem/grpc-gateway
- file_option: go_package
module: buf.build/bufbuild/protovalidate
- file_option: go_package
module: buf.build/envoyproxy/protoc-gen-validate
- file_option: go_package
module: buf.build/redpandadata/common
override:
- file_option: go_package_prefix
value: github.com/redpanda-data/console/backend/pkg/protogen
module: buf.build/redpandadata/dataplane
- file_option: go_package_prefix
value: buf.build/gen/go/redpandadata/core/protocolbuffers/go
module: buf.build/redpandadata/core
plugins:
- remote: buf.build/protocolbuffers/go:v1.36.0
out: backend/pkg/protogen
opt: paths=source_relative
- remote: buf.build/grpc/go:v1.5.1
out: backend/pkg/protogen
opt: paths=source_relative
- remote: buf.build/connectrpc/go:v1.17.0
out: backend/pkg/protogen
opt:
- paths=source_relative
- require_unimplemented_servers=false
- remote: buf.build/grpc-ecosystem/gateway:v2.27.3
out: backend/pkg/protogen
opt:
- paths=source_relative
- generate_unbound_methods=true
- remote: buf.build/bufbuild/es:v2.2.5
out: frontend/src/protogen
opt: target=ts
include_imports: true
- local: protoc-gen-connect-gateway
out: backend/pkg/protogen
opt: paths=source_relative
- remote: buf.build/connectrpc/query-es:v2.0.1
out: frontend/src/protogen
opt:
- target=ts
- js_import_style=legacy_commonjs
include_imports: true