Dagger.Check
Summary
Functions
Whether the check completed
The description of the check
If the check failed, this is the error
A unique identifier for this Check.
Return the fully qualified name of the check
The original module in which the check has been defined
Whether the check passed
The path of the check within its module
An emoji representing the result of the check
Execute the check
Types
Functions
Whether the check completed
The description of the check
@spec error(t()) :: Dagger.Error.t() | nil
If the check failed, this is the error
@spec id(t()) :: {:ok, Dagger.CheckID.t()} | {:error, term()}
A unique identifier for this Check.
Return the fully qualified name of the check
@spec original_module(t()) :: Dagger.Module.t()
The original module in which the check has been defined
Whether the check passed
The path of the check within its module
An emoji representing the result of the check
Execute the check