View Source Dagger.ModuleDependency (dagger v0.14.0)
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
Functions
@spec id(t()) :: {:ok, Dagger.ModuleDependencyID.t()} | {:error, term()}
A unique identifier for this ModuleDependency.
The name of the dependency module.
@spec source(t()) :: Dagger.ModuleSource.t()
The source for the dependency module.