kvasir_agent v0.0.1-proto2 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{
  created: term(),
  dispatch: :single | :multiple,
  dispatched: term(),
  id: String.t(),
  scope: :global | {:instance, term()}
}