kvasir_agent v0.0.3 Kvasir.Command.Meta View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kvasir.Command.Meta{
  applied: UTCDateTime.t(),
  created: UTCDateTime.t(),
  dispatch: :single | :multiple,
  dispatched: UTCDateTime.t(),
  entity: nil | [atom() | {atom(), term()}],
  executed: UTCDateTime.t(),
  id: String.t(),
  offset: Kvasir.Offset.t(),
  scope: :global | {:instance, term()},
  timeout: :infinity | pos_integer(),
  wait: :dispatch | :execute | :apply
}