Skip to content

Commit c6f6515

Browse files
committed
Use flatten=full option
1 parent 7ab53e0 commit c6f6515

15 files changed

+54
-620
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deps: ## Download dependencies.
1616
go get -u github.com/golang/dep/cmd/dep && cd ./go && dep ensure
1717

1818
generate: validate ## Generate the API Go client and the JSON document for the UI.
19-
swagger generate client -A netlify -f swagger.yml -t go -c plumbing
19+
swagger generate client -A netlify -f swagger.yml -t go -c plumbing --with-flatten=full
2020

2121
test: ## Test the go code.
2222
cd ./go && go test -v $(CHECK_FILES)

go/models/account_membership.go

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

go/models/account_membership_capabilities.go

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

go/models/audit_log.go

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

go/models/audit_log_payload.go

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

go/models/payment_method.go

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

0 commit comments

Comments
 (0)