Current section
Files
Jump to
Current section
Files
include/glimit_RateLimiterBuilder.hrl
-record(rate_limiter_builder, {
per_second :: gleam@option:option(integer()),
burst_limit :: gleam@option:option(integer()),
identifier :: gleam@option:option(fun((any()) -> any())),
on_limit_exceeded :: gleam@option:option(fun((any()) -> any()))
}).