View Source Dagger.ModuleDependency (dagger v0.10.2)
The configuration of dependency of a module.
Link to this section Summary
Functions
A unique identifier for this ModuleDependency.
The name of the dependency module.
The source for the dependency module.
Link to this section Types
Link to this section Functions
@spec id(t()) :: {:ok, Dagger.ModuleDependencyID.t()} | {:error, term()}
A unique identifier for this ModuleDependency.
@spec name(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
The name of the dependency module.
@spec source(t()) :: Dagger.ModuleSource.t()
The source for the dependency module.