BtrzHealthchecker v0.3.1 BtrzHealthchecker.Info View Source
Defines the BtrzHealthchecker Info struct.
Link to this section Summary
Link to this section Types
Link to this type
service_status() View Source
an individual service status
Link to this type
t()
View Source
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
}
t() :: %BtrzHealthchecker.Info{ build: String.t() | nil, commit: String.t() | nil, instanceId: String.t() | nil, services: [] | [service_status(), ...], status: Integer.t() | nil }