Current section

Files

Jump to
commanded test commands support timeout_command.ex
Raw

test/commands/support/timeout_command.ex

defmodule Commanded.Commands.TimeoutCommand do
@moduledoc false
defstruct [aggregate_uuid: nil, sleep_in_ms: nil]
end