Versions in this module Expand all Collapse all v1 v1.2.0 Dec 17, 2018 v1.1.0 Dec 14, 2018 Changes in this version + type CheckType string + type HealthCheckResult struct + Message *string + Params map[string]interface{} + State HealthState + Type CheckType + func (o *HealthCheckResult) UnmarshalJSON(data []byte) error + func (o *HealthCheckResult) UnmarshalYAML(unmarshal func(interface{}) error) error + func (o HealthCheckResult) MarshalJSON() ([]byte, error) + func (o HealthCheckResult) MarshalYAML() (interface{}, error) + type HealthState string + const HealthStateDeferring + const HealthStateError + const HealthStateHealthy + const HealthStateRepairing + const HealthStateSuspended + const HealthStateTerminal + const HealthStateUnknown + const HealthStateWarning + func (e *HealthState) UnmarshalJSON(data []byte) error + type HealthStatus struct + Checks map[CheckType]HealthCheckResult + func (o *HealthStatus) UnmarshalJSON(data []byte) error + func (o *HealthStatus) UnmarshalYAML(unmarshal func(interface{}) error) error + func (o HealthStatus) MarshalJSON() ([]byte, error) + func (o HealthStatus) MarshalYAML() (interface{}, error)