Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
Checker validates that required dependencies are present
func NewChecker ¶
func NewChecker() *Checker
NewChecker constructs a dependency checker with default requirements
func (*Checker) CheckAll ¶
func (c *Checker) CheckAll() ([]Dependency, error)
CheckAll returns the dependencies that are currently missing
func (*Checker) RunWizard ¶
func (c *Checker) RunWizard(missing []Dependency) error
RunWizard guides the user through installing missing dependencies
Click to show internal directories.
Click to hide internal directories.