package
0.1.8
Repository: https://github.com/trustbloc/edge-core.git
Documentation: pkg.go.dev

# Functions

Retry retries the given Invocation based on the given Params until it returns no error, at which point this function returns no error as well.

# Structs

Params are used to define how retry attempts are handled.

# Type aliases

Invocation represents a function that is desired to be retried until it succeeds (i.e.