View Source Dagger.LocalModuleRef (dagger v0.10.2)
A reference to a module loaded from a path locally relative to a directory.
Link to this section Summary
Functions
A unique identifier for this LocalModuleRef.
Link to this section Types
Link to this section Functions
@spec id(t()) :: {:ok, Dagger.LocalModuleRefID.t()} | {:error, term()}
A unique identifier for this LocalModuleRef.
@spec module_source_path(t()) :: {:ok, Dagger.String.t()} | {:error, term()}