dagger/dsl/env_variable

Values

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

A unique identifier for this EnvVariable.

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

The environment variable name.

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

The environment variable value.

Search Document