Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@transport@contract_RateLimitHook.hrl
Raw

include/lightspeed@transport@contract_RateLimitHook.hrl

-record(rate_limit_hook, {
run :: fun((lightspeed@transport@contract:rate_limit_context()) -> lightspeed@transport@contract:rate_limit_result())
}).