BtrzHealthchecker v0.2.3 BtrzHealthchecker.Info View Source

Defines the BtrzHealthchecker Info struct.

Link to this section Summary

Types

an individual service status

t()

Link to this section Types

Link to this type service_status() View Source
service_status() :: %{name: String.t(), status: Integer.t() | nil}

an individual service status

Link to this type t() View Source
t() :: %BtrzHealthchecker.Info{
  build: String.t() | nil,
  commit: String.t() | nil,
  instanceId: String.t() | nil,
  services: [] | [service_status(), ...],
  status: Integer.t() | nil
}