View Source Dagger.ModuleSourceView (dagger v0.15.1)

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

t()

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

Functions

id(module_source_view)

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

A unique identifier for this ModuleSourceView.

name(module_source_view)

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

The name of the view

patterns(module_source_view)

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

The patterns of the view used to filter paths