View Source Dagger.InterfaceTypeDef (dagger v0.14.0)
A definition of a custom interface defined in a Module.
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.
The location of this interface declaration.
If this InterfaceTypeDef is associated with a Module, the name of the module. Unset otherwise.
Types
Functions
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.
The name of the interface.
@spec source_map(t()) :: Dagger.SourceMap.t()
The location of this interface declaration.
If this InterfaceTypeDef is associated with a Module, the name of the module. Unset otherwise.