-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Generator] (fix) Support date-time format enrichment (#2867)
* [Generator] (fix) String with the 'date-time' format Strings with the 'format' fields set to 'date-time' were previously read as strings. Meanwhile the Go client automatically converts them to `*time.Time`. Such fields are now properly converted back to strings when updating the state. * [Generator] (tidy) formatted file * [Generator] (doc) Added documentation to new function/filter * [Generator] (feat) Modified the previously added filter to be more generic added a printing filter * [Generator] (tidy) renamed filter
- Loading branch information
Showing
4 changed files
with
44 additions
and
8 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
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