Documentation ¶
Overview ¶
Package update provides facilities for checking for available pkgs updates.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LatestInfo ¶
type LatestInfo struct { // BaseURL may contain base URL for releases. BaseURL string // LatestURL may contain URL for the latest asset. LatestURL string // HasUpdate is true if there seems to be an update available. HasUpdate bool }
LatestInfo represents information about available update.
Click to show internal directories.
Click to hide internal directories.