Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@tenant@policy_Runtime.hrl
Raw

include/lightspeed@tenant@policy_Runtime.hrl

-record(runtime, {
context :: lightspeed@tenant@policy:context(),
budget :: lightspeed@tenant@policy:budget(),
usage :: lightspeed@tenant@policy:usage(),
denials_rev :: list(lightspeed@tenant@policy:denial_telemetry()),
decisions_rev :: list(lightspeed@tenant@policy:decision_telemetry())
}).