View Source Dagger.GeneratedCode (dagger v0.11.1)
The result of running an SDK's codegen.
Link to this section Summary
Functions
The directory containing the generated code.
A unique identifier for this GeneratedCode.
List of paths to mark generated in version control (i.e. .gitattributes).
List of paths to ignore in version control (i.e. .gitignore).
Set the list of paths to mark generated in version control.
Set the list of paths to ignore in version control.
Link to this section Types
Link to this section Functions
@spec code(t()) :: Dagger.Directory.t()
The directory containing the generated code.
@spec id(t()) :: {:ok, Dagger.GeneratedCodeID.t()} | {:error, term()}
A unique identifier for this GeneratedCode.
List of paths to mark generated in version control (i.e. .gitattributes).
List of paths to ignore in version control (i.e. .gitignore).
Set the list of paths to mark generated in version control.
Set the list of paths to ignore in version control.