dagger/dsl/generator
Values
pub fn completed(
parent: types.Generator,
client client: types.Client,
then handler: fn(Result(Bool, types.QueryError)) -> a,
) -> a
Whether the generator complete
pub fn description(
parent: types.Generator,
client client: types.Client,
then handler: fn(Result(String, types.QueryError)) -> a,
) -> a
Return the description of the generator
pub fn generator(id id: types.Generator) -> types.Generator
pub fn id(parent: types.Generator) -> types.Generator
A unique identifier for this Generator.
pub fn is_empty(
parent: types.Generator,
client client: types.Client,
then handler: fn(Result(Bool, types.QueryError)) -> a,
) -> a
Wether changeset from the generator execution is empty or not
pub fn name(
parent: types.Generator,
client client: types.Client,
then handler: fn(Result(String, types.QueryError)) -> a,
) -> a
Return the fully qualified name of the generator