The SDK-role data for the currently executing module, as installed in the supplied workspace.
Summary
Functions
The generated clients this SDK produces in the workspace.
A unique identifier for this CurrentModuleAsSDK.
The managed modules relevant to the bound workspace cwd: every module at or below it, plus the nearest enclosing module when the cwd itself is not managed.
The user-facing name of this SDK in the workspace.
Types
Functions
@spec clients(t()) :: {:ok, [Dagger.CurrentModuleAsSDKClient.t()]} | {:error, term()}
The generated clients this SDK produces in the workspace.
A unique identifier for this CurrentModuleAsSDK.
@spec modules(t()) :: {:ok, [Dagger.CurrentModuleAsSDKModule.t()]} | {:error, term()}
The managed modules relevant to the bound workspace cwd: every module at or below it, plus the nearest enclosing module when the cwd itself is not managed.
The user-facing name of this SDK in the workspace.