Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DoctorError ¶
type DoctorResult ¶
type DoctorResult struct {
XMLName xml.Name `xml:"doctor"`
Timestamp int64 `xml:"timestamp,attr"`
OS string `xml:"os,attr"`
Arch string `xml:"arch,attr"`
GoVersion string `xml:"go_version,attr"`
Checks []Check `xml:"check"`
Summary string `xml:"summary,attr"`
AllPassed bool `xml:"all_passed,attr"`
Errors []DoctorError `xml:"error,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.