Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@upload_UploadEntry.hrl
Raw

include/lightspeed@upload_UploadEntry.hrl

-record(upload_entry, {
ref :: binary(),
client_name :: binary(),
client_size :: integer(),
client_type :: binary(),
status :: lightspeed@upload:entry_status()
}).