Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check struct {
Name string `json:"name"`
Success bool `json:"success"`
Message string `json:"message,omitempty"`
Recommendation string `json:"recommendation,omitempty"`
}
Check represents a single diagnostic performed by Doctor.
Click to show internal directories.
Click to hide internal directories.