Current section

Files

Jump to
mozart lib mozart task send.ex
Raw

lib/mozart/task/send.ex

defmodule Mozart.Task.Send do
defstruct [
:name,
:next,
:uid,
:message,
type: :send
]
end