package
Version:
v2.0.0-...-b2e0f1a
Opens a new window with list of versions in this module.
Published: Mar 3, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Cmd = &cobra.Command{
Use: "doctor",
Short: "Check for potential problems",
Long: "Check for potential problems",
Run: doDoctorCmd,
}
type Data struct {
ResultType string `json:"resultType"`
Result []Result `json:"result"`
}
type Response struct {
Status string `json:"status"`
Data Data `json:"data"`
}
type Result struct {
Metric map[string]string `json:"metric"`
Value []interface{} `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.