Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data_plane_huge_WindowRequest.hrl
Raw

include/lightspeed@data_plane_huge_WindowRequest.hrl

-record(window_request, {
offset :: integer(),
limit :: integer(),
sequence :: integer()
}).