kalium v0.0.3 Kalium.Event View Source

Event

Link to this section Summary

Link to this section Types

Specs

state() :: :error | :ok

Specs

t() :: %Kalium.Event{
  __module__: module(),
  duration: integer(),
  edge_name: Kalium.Edge.name(),
  index: non_neg_integer(),
  operator: binary(),
  result: any(),
  state: state()
}