Workflows.ReferencePath (Workflows v0.2.0) View Source

A Reference Path is a Path with the syntax limited to identify a single node.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

apply(reference_path, document, args)

View Source

Specs

apply(t(), map(), map()) :: {:ok, term()} | {:error, term()}

Specs

create(String.t()) :: {:ok, t()} | {:error, term()}

Create a new ReferencePath.

Link to this function

query(reference_path, document)

View Source

Specs

query(t(), map()) :: {:ok, term()} | {:error, term()}