Current section
Files
Jump to
Current section
Files
lib/slipstream/commands/send_heartbeat.ex
defmodule Slipstream.Commands.SendHeartbeat do
@moduledoc false
# it's time to send phoenix a message that it knows to be a heartbeat
# we should expect a reply on the same ref
defstruct []
end