Jido.Pod.Mutation.AddNode (Jido v2.2.0)

View Source

Add a new node to a running pod topology.

Summary

Types

t()

@type t() :: %Jido.Pod.Mutation.AddNode{
  depends_on: [atom() | binary()],
  name: atom() | binary(),
  node: any(),
  owner: nil | atom() | binary()
}

Functions

schema()

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