farmbot v6.4.1 Farmbot.CeleryScript.AST.Arg behaviour View Source

CeleryScript Argument.

Link to this section Summary

Link to this section Callbacks

Link to this callback decode(any) View Source
decode(any()) :: {:ok, any()} | {:error, term()}

Verify this arg.

Link to this callback encode(any) View Source
encode(any()) :: {:ok, any()} | {:error, term()}