Packages

A type-safe CoinGecko API client for Gleam

Current section

Files

Jump to
coinglecko include coinglecko@retry_RetryConfig.hrl
Raw

include/coinglecko@retry_RetryConfig.hrl

-record(retry_config, {
max_attempts :: integer(),
should_retry :: fun((coinglecko@error:coin_gecko_error()) -> boolean())
}).