Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubRelease ¶
type GitHubRelease interface {
GetLatest() Release
}
type Release ¶
type Release interface {
TagName() string
DownloadAsset() (io.ReadCloser, error)
}
func GetLatestRelease ¶
Click to show internal directories.
Click to hide internal directories.