View Source Dagger.Engine (dagger v0.14.0)

The Dagger engine configuration and state

Summary

Functions

A unique identifier for this Engine.

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

Types

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

Functions

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

A unique identifier for this Engine.

@spec local_cache(t()) :: Dagger.EngineCache.t()

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