Current section
Files
Jump to
Current section
Files
lib/slipstream/events/channel_closed.ex
defmodule Slipstream.Events.ChannelClosed do
@moduledoc false
@type t :: %__MODULE__{}
defstruct [:reason]
end