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

View Source

Report returned from live pod mutation calls.

Summary

Types

t()

@type t() :: %Jido.Pod.Mutation.Report{
  added: [atom() | binary()],
  failures: map(),
  mutation_id: binary(),
  removed: [atom() | binary()],
  requested_ops: [any()],
  started: [atom() | binary()],
  status: atom(),
  stopped: [atom() | binary()],
  topology_version: integer()
}

Functions

schema()

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