Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppState ¶
type AppState int
const ( StateMainMenu AppState = iota StateUpdate StateUpdatePassword StateUpdateProgress StateShell StatePluginsMenu StatePluginsBrowse StatePluginDetail StatePluginSearch StatePluginsInstalled StatePluginInstalledDetail StateGreeterMenu StateGreeterCompositorSelect StateGreeterPassword StateGreeterInstalling StateAbout )
type DependencyInfo ¶
type DependencyInfo struct {
Name string
Status deps.DependencyStatus
Description string
Required bool
}
type Detector ¶
type Detector struct {
// contains filtered or unexported fields
}
func NewDetector ¶
func (*Detector) GetDependencyStatus ¶
func (d *Detector) GetDependencyStatus() ([]deps.Dependency, error)
func (*Detector) GetDistribution ¶
func (d *Detector) GetDistribution() distros.Distribution
func (*Detector) GetInstalledComponents ¶
func (d *Detector) GetInstalledComponents() []DependencyInfo
func (*Detector) GetWindowManagerStatus ¶
func (*Detector) IsDMSInstalled ¶
Click to show internal directories.
Click to hide internal directories.