View Source Dagger.LocalModuleSource (dagger v0.14.0)
Module source that that originates from a path locally relative to an arbitrary directory.
Summary
Functions
The directory containing everything needed to load load and use the module.
A unique identifier for this LocalModuleSource.
The relative path to the module root from the host directory
The path to the root of the module source under the context directory. This directory contains its configuration file. It also contains its source code (possibly as a subdirectory).
Types
Functions
@spec context_directory(t()) :: Dagger.Directory.t() | nil
The directory containing everything needed to load load and use the module.
@spec id(t()) :: {:ok, Dagger.LocalModuleSourceID.t()} | {:error, term()}
A unique identifier for this LocalModuleSource.
The relative path to the module root from the host directory
The path to the root of the module source under the context directory. This directory contains its configuration file. It also contains its source code (possibly as a subdirectory).