Skip to content

Commit

Permalink
fix: service schema registry subject version get response
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov committed Aug 14, 2024
1 parent 259be87 commit f3d5490
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ tasks:
cmds:
- rm -rf {{.GEN_OUT_DIR}}
- GEN_OUT_DIR={{.GEN_OUT_DIR}} go run -tags=generator ./generator/...
- task: fmt-imports
generate:
cmds:
- task: get-openapi-spec
- task: go-generate
- task: fmt-imports
test:
cmds:
- go test -v ./...
50 changes: 39 additions & 11 deletions handler/kafkaschemaregistry/kafkaschemaregistry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f3d5490

Please sign in to comment.