View Source StepFlow.Updates (StepFlow v1.7.3-rc4)
The Updates context.
Summary
Functions
Creates an update.
Examples
iex> create_update(%{field: value})
{:ok, %Update{}}
iex> create_update(%{field: bad_value})
{:error, %Ecto.Changeset{}}
The Updates context.
Creates an update.
iex> create_update(%{field: value})
{:ok, %Update{}}
iex> create_update(%{field: bad_value})
{:error, %Ecto.Changeset{}}