Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@platform@convention_profile_RuntimeConvention.hrl
Raw

include/lightspeed@platform@convention_profile_RuntimeConvention.hrl

-record(runtime_convention, {
endpoint_module :: binary(),
router_module :: binary(),
transport_profile :: binary(),
session_store_module :: binary(),
boot_strategy :: binary()
}).