Add go.mod, buf.gen.yaml, and generated gen/kafkamgmt/v1 so consumers fetch this module directly via go get against the self-hosted Forgejo host, with no local buf/protoc plugin installation required. Add a codegen-check CI job to keep gen/ in sync with proto/.
12 lines
243 B
YAML
12 lines
243 B
YAML
version: v2
|
|
plugins:
|
|
- local: protoc-gen-go
|
|
out: gen
|
|
opt: paths=source_relative
|
|
- local: protoc-gen-go-grpc
|
|
out: gen
|
|
opt: paths=source_relative
|
|
- local: protoc-gen-grpc-gateway
|
|
out: gen
|
|
opt: paths=source_relative
|