ekristen / libnuke

Common Golang Packages for use by the Various Cloud Nuke Tools
MIT License
22 stars 3 forks source link

feat(properties): support time as a property type converting to rfc3339 #67

Closed ekristen closed 2 months ago

ekristen commented 2 months ago

This adds support for time.Time as a property type when building from a struct. Removes the need to format it ahead of time and pass in as a string.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.78%. Comparing base (e99126b) to head (fb9a96a). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ========================================== + Coverage 97.76% 97.78% +0.02% ========================================== Files 17 17 Lines 1072 1084 +12 ========================================== + Hits 1048 1060 +12 Misses 13 13 Partials 11 11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ekristen commented 2 months ago

:tada: This issue has been resolved in version 0.18.0 :tada:

The release is available on GitHub release :rocket: