View Source Dagger.Engine (dagger v0.15.1)

The Dagger engine configuration and state

Summary

Functions

A unique identifier for this Engine.

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

Types

t()

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

Functions

id(engine)

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

A unique identifier for this Engine.

local_cache(engine)

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

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