ex_health v0.1.0 ExHealth.Status View Source

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