Skip to content

Commit

Permalink
Add idempotence identifier models
Browse files Browse the repository at this point in the history
  • Loading branch information
dlipovetsky committed Dec 6, 2024
1 parent ca3b051 commit 69fb309
Show file tree
Hide file tree
Showing 7 changed files with 876 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ generate-v3-models: ## Generate V3 models using go-swagger
--model=recovery_plan_list_intent_response \
--model=recovery_plan_intent_resource \
--model=recovery_plan_list_metadata_output \
--model=sort_order
--model=sort_order \
--model=idempotence_identifiers_input \
--model=idempotence_identifiers_metadata \
--model=idempotence_identifiers_response \
--model=idempotence_identifiers_status

clean: ## Remove build related file
rm -fr ./bin vendor hack/tools/bin
Expand Down
111 changes: 111 additions & 0 deletions v3/models/idempotence_identifiers_input.go

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

Loading

0 comments on commit 69fb309

Please sign in to comment.