dagger/dsl/label

Values

pub fn id(parent: types.Label) -> types.Label

A unique identifier for this Label.

pub fn label(id id: types.Label) -> types.Label
pub fn name(
  parent: types.Label,
  client client: types.Client,
  then handler: fn(Result(String, types.QueryError)) -> a,
) -> a

The label name.

pub fn value(
  parent: types.Label,
  client client: types.Client,
  then handler: fn(Result(String, types.QueryError)) -> a,
) -> a

The label value.

Search Document