Jidoka.Agent.Spec.Controls.Output (Jidoka v0.8.0-beta.1)

Copy Markdown View Source

Control attached to the final output boundary.

Summary

Types

t()

@type t() :: %Jidoka.Agent.Spec.Controls.Output{control: atom(), metadata: map()}

Functions

from_input(output)

@spec from_input(t() | keyword() | map()) :: {:ok, t()} | {:error, term()}

new(attrs)

@spec new(keyword() | map()) :: {:ok, t()} | {:error, term()}

new!(attrs)

@spec new!(keyword() | map()) :: t()

schema()

@spec schema() :: Zoi.schema()