pagantis_elixir_tools v0.17.1 ElixirTools.HealthChecks.HealthCheck behaviour

The HealthCheck module specifies a behaviour for dealing with health checks.

Link to this section Summary

Callbacks

Gets the status of a health check.

Link to this section Callbacks

Link to this callback

status(map)

status(map()) :: :ok | {:error, term()}

Gets the status of a health check.