Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@channel_Reply.hrl
Raw

include/lightspeed@channel_Reply.hrl

-record(reply, {
client_id :: binary(),
topic :: binary(),
status :: binary(),
payload :: binary()
}).