Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@transport@contract_AuthHook.hrl

-record(auth_hook, {
run :: fun((lightspeed@transport@contract:auth_context()) -> lightspeed@transport@contract:auth_result())
}).