Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@transport@contract_RateLimitContext.hrl

-record(rate_limit_context, {
session_id :: binary(),
owner :: binary(),
event_name :: binary(),
now_ms :: integer()
}).