Current section
Files
Jump to
Current section
Files
lib/slipstream/events/no_op.ex
defmodule Slipstream.Events.NoOp do
@moduledoc false
# declares that something has happened which the server may completely ignore
defstruct []
end