Search
Spec for defining a fetch retrier.
@type fetch_url() :: (... -> any())
@type opts() :: map()
@callback perform(fetch_url(), opts()) :: term()