Dagger.Engine (dagger v0.19.4)

View Source

The Dagger engine configuration and state

Summary

Functions

The list of connected client IDs

A unique identifier for this Engine.

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

The name of the engine instance.

Types

t()

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

Functions

clients(engine)

@spec clients(t()) :: {:ok, [String.t()]} | {:error, term()}

The list of connected client IDs

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

name(engine)

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

The name of the engine instance.