Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoAssetsFound = errors.New(`no assets found`)
Functions ¶
Types ¶
type GithubRelease ¶
type GithubRelease struct {
TagName string `json:"tag_name"`
Assets []GithubReleaseAsset `json:"assets"`
}
func GetReleaseURL ¶
func GetReleaseURL(orig, repo string) (*GithubRelease, error)
type GithubReleaseAsset ¶
Click to show internal directories.
Click to hide internal directories.