Dagger.Exportable (dagger v0.21.6)

Copy Markdown View Source

An object that can be exported to the host.

Calling export writes the object to a path on the host filesystem and returns the path that was written.

Summary

Types

t()

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

Functions

export(exportable, path)

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

id(exportable)

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