# Functions
ParseTimeOrDuration parses input string as fixed HT or time.Duration.
RelativeOrFixedFuture returns a new restore target in the future if duration is specified, or the fixed value.
RelativeOrFixedFutureWithFallback returns a new restore target in the future if duration is specified, or the fixed value.
RelativeOrFixedPast returns a new restore target in the past if duration is specified, or the fixed value.
RelativeOrFixedPastWithFallback returns a new restore target in the past if duration is specified, or the fixed value.
# Type aliases
ServerClockResolver defines a server clock resolver interface.