Dagger.Up
Summary
Functions
The description of the service
A unique identifier for this Up.
Return the fully qualified name of the service
The original module in which the service has been defined
The path of the service within its module
Execute the service function
Types
Functions
The description of the service
@spec id(t()) :: {:ok, Dagger.UpID.t()} | {:error, term()}
A unique identifier for this Up.
Return the fully qualified name of the service
@spec original_module(t()) :: Dagger.Module.t()
The original module in which the service has been defined
The path of the service within its module
Execute the service function