DuckDuck v1.1.0 DuckDuck.UploadCommand View Source
A command to upload a tarball to GitHub.
Includes such valuable information as
- whether the user has confirmed the command
- the path to the file to upload
- the tag to which to upload
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
transform(changeset, params \\ %{})
View Source
transform(DuckDuck.UploadCommand.t() | Ecto.Changeset.t(), %{}) :: DuckDuck.UploadCommand.t() | {:error, String.t()}
Link to this function
validate_confirmation(changeset)
View Source
validate_confirmation(Ecto.Changeset.t()) :: Ecto.Changeset.t()