View Source Dagger.GitModuleRef (dagger v0.10.2)
A reference to a module loaded from a git repo.
Link to this section Summary
Functions
The URL from which the ref's git repo can be cloned from
The URL to the ref's git repo in a web browser
A unique identifier for this GitModuleRef.
Link to this section Types
Link to this section Functions
@spec clone_url(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
The URL from which the ref's git repo can be cloned from
@spec commit(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
@spec html_url(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
The URL to the ref's git repo in a web browser
@spec id(t()) :: {:ok, Dagger.GitModuleRefID.t()} | {:error, term()}
A unique identifier for this GitModuleRef.
@spec module_source_path(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
@spec version(t()) :: {:ok, Dagger.String.t()} | {:error, term()}