Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstalledApp ¶
type InstalledApp struct {
Name string `json:"name"`
ExePath string `json:"exe_path"`
IsProtected bool `json:"is_protected"`
}
func GetWindowsApps ¶
func GetWindowsApps() ([]InstalledApp, error)
Click to show internal directories.
Click to hide internal directories.