# Functions
DurationTo8601Seconds takes a duration and returns a string period of whole seconds (int cast of float).
DurationToStringPtr converts a time.Duration to an ISO8601 duration as a string pointer.
No description provided by the author
ISO8601StringToDuration converts an ISO8601 string to a Go time.Duration.
No description provided by the author
Retry runs a standard retry loop.