-
Notifications
You must be signed in to change notification settings - Fork 736
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
20 lines (20 loc) · 955 Bytes
/
buf.gen.yaml
File metadata and controls
20 lines (20 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: v2
managed:
enabled: false
inputs:
# You can get the full commit sha from https://buf.build/redpandadata/core/docs
- module: buf.build/redpandadata/core:36db7bac51c24fa2814cb010af7e2575
paths:
- redpanda/core/admin/v2/shadow_link.proto
- redpanda/core/common/v1/acl.proto
- redpanda/core/common/v1/tls.proto
plugins:
# Custom comment extraction plugin - we ONLY generate comments related files,
# The rest comes from buf.build/gen/go/redpandadata/core/protocolbuffers/go
- local: tools/go-comment-pbgen/run-plugin.sh
out: .
opt:
- paths=import
- Mredpanda/core/admin/v2/shadow_link.proto=github.com/redpanda-data/redpanda/src/go/rpk/gen/protocomments/admin/v2
- Mredpanda/core/common/v1/acl.proto=github.com/redpanda-data/redpanda/src/go/rpk/gen/protocomments/common/v1
- Mredpanda/core/common/v1/tls.proto=github.com/redpanda-data/redpanda/src/go/rpk/gen/protocomments/common/v1