Dagger.SDKConfig (dagger v0.18.2)

View Source

The SDK config of the module.

Summary

Functions

A unique identifier for this SDKConfig.

Source of the SDK. Either a name of a builtin SDK or a module source ref string pointing to the SDK's implementation.

Types

t()

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

Functions

id(sdk_config)

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

A unique identifier for this SDKConfig.

source(sdk_config)

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

Source of the SDK. Either a name of a builtin SDK or a module source ref string pointing to the SDK's implementation.