kvasir_agent v0.0.1-proto5 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: NaiveDateTime.t(),
  created: NaiveDateTime.t(),
  dispatch: :single | :multiple,
  dispatched: NaiveDateTime.t(),
  executed: NaiveDateTime.t(),
  id: String.t(),
  offset: Kvasir.Offset.t(),
  scope: :global | {:instance, term()},
  timeout: :infinity | pos_integer(),
  wait: :dispatch | :execute | :apply
}