Dagger.Generator
Summary
Functions
The generated changeset from the last run
Whether the generator complete
Return the description of the generator
Whether changeset from the last generator run is empty or not
A unique identifier for this Generator.
Return the command name of the generator. Entrypoint targets omit the module prefix.
The module that defined the generator, or null for an engine-defined generator
The path of the generator within its module
Execute the generator
Types
Functions
@spec changes(t()) :: Dagger.Changeset.t()
The generated changeset from the last run
Whether the generator complete
Return the description of the generator
Whether changeset from the last generator run is empty or not
A unique identifier for this Generator.
Return the command name of the generator. Entrypoint targets omit the module prefix.
@spec original_module(t()) :: {:ok, Dagger.Module.t() | nil} | {:error, term()}
The module that defined the generator, or null for an engine-defined generator
The path of the generator within its module
Execute the generator