Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@tenant@policy_TenantContext.hrl

-record(tenant_context, {
actor_id :: binary(),
tenant_id :: binary(),
role :: lightspeed@tenant@policy:role()
}).