ex_health v0.2.0 ExHealth.Status View Source

A struct for storing state of the HealthServer

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExHealth.Status{
  checks: list(),
  interval_ms: integer(),
  last_check: DateTime.t() | nil,
  result: %{msg: atom(), check_results: [tuple()]}
}

Link to this section Functions