Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DisplayLibrary ¶
type DisplayLibrary struct {
deps.Library
Status string `json:"status"`
Installed bool `json:"installed"`
Downloaded bool `json:"downloaded"`
AvailVersions []string `json:"available_versions,omitempty"`
InstalledVer string `json:"installed_version,omitempty"`
DownloadedVer string `json:"downloaded_version,omitempty"`
FileExists bool `json:"file_exists"`
ActualFileSize int64 `json:"actual_file_size,omitempty"`
}
DisplayLibrary contains library info with status
Click to show internal directories.
Click to hide internal directories.