Skip to content

Commit

Permalink
fix: swaggo ignore Each on StepForEach (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
graza-io authored Nov 14, 2023
1 parent 1f6b14f commit 2b03486
Show file tree
Hide file tree
Showing 15 changed files with 707 additions and 124 deletions.
2 changes: 2 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ docs/ModconfigPipelineOutput.md
docs/ModconfigStepError.md
docs/ModconfigStepForEach.md
docs/ModconfigStepLoop.md
docs/ModconfigStepRetry.md
docs/PerrErrorDetailModel.md
docs/PerrErrorModel.md
docs/PipelineApi.md
Expand Down Expand Up @@ -75,6 +76,7 @@ model_modconfig_pipeline_output.go
model_modconfig_step_error.go
model_modconfig_step_for_each.go
model_modconfig_step_loop.go
model_modconfig_step_retry.go
model_perr_error_detail_model.go
model_perr_error_model.go
model_process.go
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Class | Method | HTTP request | Description
- [ModconfigStepError](docs/ModconfigStepError.md)
- [ModconfigStepForEach](docs/ModconfigStepForEach.md)
- [ModconfigStepLoop](docs/ModconfigStepLoop.md)
- [ModconfigStepRetry](docs/ModconfigStepRetry.md)
- [PerrErrorDetailModel](docs/PerrErrorDetailModel.md)
- [PerrErrorModel](docs/PerrErrorModel.md)
- [Process](docs/Process.md)
Expand Down
Loading

0 comments on commit 2b03486

Please sign in to comment.