Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 Changes in this version + var Modules = []string + type Diagnostics struct + Healthy bool + SystemStatusOk bool + ZosModules map[string]ModuleStatus + type DiagnosticsManager struct + func NewDiagnosticsManager(msgBrokerCon string, busClient zbus.Client) (*DiagnosticsManager, error) + func (m *DiagnosticsManager) GetSystemDiagnostics(ctx context.Context) (Diagnostics, error) + type ModuleStatus struct + Err error + Status zbus.Status