package
1.0.0-hpfa
Repository: https://github.com/edgeos/container-app-service.git
Documentation: pkg.go.dev

# Functions

AddJitter adds an amount of jitter between 0 and the given jitter to the given duration.
Load loads the file at path into v.
NewAttributeError ...
NewMultiError ...
NewRetryable ...
NewRetryableError ...
NewSimpleBackoff creates a Backoff which ranges from min to max increasing by multiple each time.
NewUUID generates a random UUID according to RFC 4122.
RetryNWithBackoff takes a Backoff, a maximum number of tries 'n', and a function that returns an error.
RetryWithBackoff takes a Backoff and a function to call that returns an error If the error is nil then the function will no longer be called.
Save saves a representation of v to the file at path.
Unpack ...

# Variables

Marshal is a function that marshals the object into an io.Reader using a JSON marshaller by default.
Unmarshal is a function that unmarshals the data from the reader into the specified value using JSON mashaller as default.

# Structs

AttributeError ...
DefaultRetryable ...
DefaultRetryableError ...
MultiErr implements error.
SimpleBackoff ...

# Interfaces

Backoff ...
Retryable ...
RetryableError ...