View Source BtrzHealthchecker.Info (BtrzHealthchecker v0.4.0)

Defines the BtrzHealthchecker Info struct.

Link to this section Summary

Types

an individual service status

t()

Link to this section Types

@type service_status() :: %{name: String.t(), status: Integer.t() | nil}

an individual service status

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