Flo.Port (flo v0.2.1) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Flo.Port{name: String.t(), required: :boolean, schema: :map}

Link to this section Functions

Link to this function

cast(params, opts \\ [])

View Source

Callback implementation for Construct.cast/2.

Link to this function

get(struct, key, default \\ nil)

View Source
Link to this function

make(params \\ %{}, opts \\ [])

View Source

Callback implementation for Construct.make/2.

Link to this function

make!(params \\ %{}, opts \\ [])

View Source

Callback implementation for Construct.make!/2.