package
Version:
v1.0.13
Opens a new window with list of versions in this module.
Published: May 9, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Check struct {
Name string `json:"name"`
Status string `json:"status"`
Summary string `json:"summary"`
Details map[string]any `json:"details,omitempty"`
}
type Counts struct {
OK int `json:"ok"`
Warn int `json:"warn"`
Error int `json:"error"`
Info int `json:"info"`
}
type Report struct {
Checks []Check `json:"checks"`
Summary string `json:"summary"`
Counts Counts `json:"counts"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.