View Source Dagger.ModuleConfig (dagger v0.9.10)
Static configuration for a module (e.g. parsed contents of dagger.json)
Link to this section Summary
Functions
A unique identifier for this ModuleConfig.
Link to this section Types
Link to this section Functions
@spec dependencies(t()) :: {:ok, [Dagger.String.t()]} | {:error, term()}
@spec exclude(t()) :: {:ok, [Dagger.String.t()]} | {:error, term()}
@spec id(t()) :: {:ok, Dagger.ModuleConfigID.t()} | {:error, term()}
A unique identifier for this ModuleConfig.
@spec include(t()) :: {:ok, [Dagger.String.t()]} | {:error, term()}
@spec name(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
@spec root(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
@spec sdk(t()) :: {:ok, Dagger.String.t()} | {:error, term()}