Sidereon.GNSS.Constellation.HealthChange (Sidereon v0.8.0)

Copy Markdown View Source

A catalog/health diff observed at one snapshot epoch.

Summary

Types

health_change()

t()

@type t() :: %Sidereon.GNSS.Constellation.HealthChange{
  diff: Sidereon.GNSS.Constellation.Diff.t(),
  epoch: NaiveDateTime.t(),
  health_changed: [health_change()]
}