dagger/dsl/module_config_client

Values

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

The directory the client is generated in.

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

The generator to use

pub fn id(
  parent: types.ModuleConfigClient,
) -> types.ModuleConfigClient

A unique identifier for this ModuleConfigClient.

Search Document