Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
type Entry struct {
ID string
LatestURL string
LatestVersion version.Version // Latest version is most up-to-date
CurrentURL string
CurrentVersion version.Version // Current version is installed on system.
Dependencies []string
UpToDate bool
}
Entry contains the information for a single package from the database.
Click to show internal directories.
Click to hide internal directories.