View Source ExHealth.Status (ex_health v0.4.0)

A struct for storing state of the HealthServer.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

@spec to_json(t()) :: String.t()