View Source Dagger.ModuleSourceView (dagger v0.12.3)

A named set of path filters that can be applied to directory arguments provided to functions.

Summary

Functions

A unique identifier for this ModuleSourceView.

The name of the view

The patterns of the view used to filter paths

Types

@type t() :: %Dagger.ModuleSourceView{client: term(), selection: term()}

Functions

@spec id(t()) :: {:ok, Dagger.ModuleSourceViewID.t()} | {:error, term()}

A unique identifier for this ModuleSourceView.

Link to this function

name(module_source_view)

View Source
@spec name(t()) :: {:ok, String.t()} | {:error, term()}

The name of the view

Link to this function

patterns(module_source_view)

View Source
@spec patterns(t()) :: {:ok, [String.t()]} | {:error, term()}

The patterns of the view used to filter paths