forked from OpenAPITools/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure models that have variables that contain a complexType of …
…`time.Time` import the `time` module (OpenAPITools#17452) * fix: handle variables that have items that contain a complexType of `time.Time` properly Signed-off-by: Paul Horton <[email protected]> * chore: trigger new CI runs Signed-off-by: Paul Horton <[email protected]> * test: added test change an regenerated samples Signed-off-by: Paul Horton <[email protected]> * resolved merge issues with upstream main Signed-off-by: Paul Horton <[email protected]> * regenerated samples Signed-off-by: Paul Horton <[email protected]> --------- Signed-off-by: Paul Horton <[email protected]>
- Loading branch information
Showing
7 changed files
with
1,297 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87 changes: 68 additions & 19 deletions
87
samples/openapi3/client/petstore/go/go-petstore/model_foo.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.