View Source Dagger.ModuleDependency (dagger v0.12.3)

The configuration of dependency of a module.

Summary

Functions

A unique identifier for this ModuleDependency.

The name of the dependency module.

The source for the dependency module.

Types

@type t() :: %Dagger.ModuleDependency{client: term(), selection: term()}

Functions

@spec id(t()) :: {:ok, Dagger.ModuleDependencyID.t()} | {:error, term()}

A unique identifier for this ModuleDependency.

@spec name(t()) :: {:ok, String.t()} | {:error, term()}

The name of the dependency module.

Link to this function

source(module_dependency)

View Source
@spec source(t()) :: Dagger.ModuleSource.t()

The source for the dependency module.