View Source Dagger.InterfaceTypeDef (dagger v0.10.2)
A definition of a custom interface defined in a Module.
Link to this section Summary
Functions
The doc string for the interface, if any.
Functions defined on this interface, if any.
A unique identifier for this InterfaceTypeDef.
The name of the interface.
If this InterfaceTypeDef is associated with a Module, the name of the module. Unset otherwise.
Link to this section Types
Link to this section Functions
@spec description(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
The doc string for the interface, if any.
@spec functions(t()) :: {:ok, [Dagger.Function.t()]} | {:error, term()}
Functions defined on this interface, if any.
@spec id(t()) :: {:ok, Dagger.InterfaceTypeDefID.t()} | {:error, term()}
A unique identifier for this InterfaceTypeDef.
@spec name(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
The name of the interface.
@spec source_module_name(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
If this InterfaceTypeDef is associated with a Module, the name of the module. Unset otherwise.