Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@release@policy_CompatibilityTarget.hrl
Raw

include/lightspeed@release@policy_CompatibilityTarget.hrl

-record(compatibility_target, {
phoenix_version :: binary(),
liveview_version :: binary(),
protocol_name :: binary(),
protocol_version :: integer(),
patch_stream_version :: integer()
}).