View Source Dagger.DaggerEngine (dagger v0.12.7)

The Dagger engine configuration and state

Summary

Functions

A unique identifier for this DaggerEngine.

The local (on-disk) cache for the Dagger engine

Types

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

Functions

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

A unique identifier for this DaggerEngine.

Link to this function

local_cache(dagger_engine)

View Source
@spec local_cache(t()) :: Dagger.DaggerEngineCache.t()

The local (on-disk) cache for the Dagger engine