Discover Packages
github.com/KPO-Tech/seshat
pkg
doctor
package
Version:
v1.2.13
Opens a new window with list of versions in this module.
Published: Aug 16, 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
Documentation
¶
type Check struct {
Name string `json:"name"`
Status Status `json:"status"`
Detail string `json:"detail,omitempty"`
Advice string `json:"advice,omitempty"`
Section string `json:"section,omitempty"`
}
type Report struct {
Version string `json:"version"`
OS string `json:"os"`
Arch string `json:"arch"`
RuntimeRoot string `json:"runtime_root"`
ConfigPath string `json:"config_path,omitempty"`
Checks []Check `json:"checks"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.