historian v0.11.0-beta.2 Historian.History.Item View Source

A data structure and functions for history items.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Historian.History.Item{
  __meta__: map(),
  id: non_neg_integer(),
  value: String.t()
}