Dagger.GitBundleRef (dagger v1.0.0-beta.12)

Copy Markdown View Source

A ref advertised by a Git bundle.

Summary

Functions

A unique identifier for this GitBundleRef.

The advertised ref name.

The object ID the advertised ref resolves to.

Types

t()

@type t() :: %Dagger.GitBundleRef{client: term(), query_builder: term()}

Functions

id(git_bundle_ref)

@spec id(t()) :: {:ok, String.t()} | {:error, term()}

A unique identifier for this GitBundleRef.

name(git_bundle_ref)

@spec name(t()) :: {:ok, String.t()} | {:error, term()}

The advertised ref name.

sha(git_bundle_ref)

@spec sha(t()) :: {:ok, String.t()} | {:error, term()}

The object ID the advertised ref resolves to.