Dagger.CurrentModuleAsSDKModule (dagger v1.0.0-beta.11)

Copy Markdown View Source

A workspace-local module managed by the current SDK.

Summary

Functions

A unique identifier for this CurrentModuleAsSDKModule.

Workspace-root-relative path to the managed module.

Types

t()

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

Functions

id(current_module_as_sdk_module)

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

A unique identifier for this CurrentModuleAsSDKModule.

path(current_module_as_sdk_module)

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

Workspace-root-relative path to the managed module.