Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
Checker resolves latest releases and compares them against the current build.
type ReleaseInfo ¶
type ReleaseInfo struct {
TagName string `json:"tag_name"`
PublishedAt string `json:"published_at"`
}
ReleaseInfo holds cached release data returned by GitHub.
Click to show internal directories.
Click to hide internal directories.