Current section
Files
Jump to
Current section
Files
lib/slipstream/events/topic_join_succeeded.ex
defmodule Slipstream.Events.TopicJoinSucceeded do
@moduledoc false
# a message that says that a topic has been successfully joined
defstruct [:topic, :response, :ref]
end