Current section
Files
Jump to
Current section
Files
lib/slipstream/events/topic_left.ex
defmodule Slipstream.Events.TopicLeft do
@moduledoc false
@type t :: %__MODULE__{}
# a topic has been left by the connection
defstruct [:topic, :ref]
end