View Source Dagger.ModuleSourceView (dagger v0.10.3)
A named set of path filters that can be applied to directory arguments provided to functions.
Link to this section Summary
Functions
A unique identifier for this ModuleSourceView.
The name of the view
The patterns of the view used to filter paths
Link to this section Types
Link to this section Functions
@spec id(t()) :: {:ok, Dagger.ModuleSourceViewID.t()} | {:error, term()}
A unique identifier for this ModuleSourceView.
@spec name(t()) :: {:ok, Dagger.String.t()} | {:error, term()}
The name of the view
@spec patterns(t()) :: {:ok, [Dagger.String.t()]} | {:error, term()}
The patterns of the view used to filter paths