Skip to content

Commit f9a4fa2

Browse files
authored
fix: patched ServiceKafkaQuotaDescribe required parameters (#215)
1 parent dd099f8 commit f9a4fa2

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
# Go workspace file
2525
go.work
26+
go.work.sum
2627

2728
### GoLand+all ###
2829
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider

Diff for: Taskfile.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ tasks:
2222
- rm -rf {{.GEN_OUT_DIR}}
2323
- GEN_OUT_DIR={{.GEN_OUT_DIR}} go run -tags=generator ./generator/...
2424
- task: fmt-imports
25+
requires:
26+
vars:
27+
- GEN_OUT_DIR
2528
generate:
2629
cmds:
2730
- task: get-openapi-spec

Diff for: handler/kafka/kafka.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: openapi_patch.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ paths:
1515

1616
components:
1717
schemas:
18+
ServiceKafkaQuotaDescribeResponse:
19+
properties:
20+
quota:
21+
required: []
1822
ServiceDatabaseListResponse:
1923
properties:
2024
databases:

0 commit comments

Comments
 (0)