Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AssetNotFoundErr = errors.New("No matching asset found.")
View Source
var NotFoundErr = errors.New("No matching Release found.")
Functions ¶
This section is empty.
Types ¶
type Release ¶
type Release struct {
OriginalName string `json:"original_name"`
Version semver.Version `json:"version"`
Prerelease bool `json:"prerelease"`
AssetURLs []string `json:"asset_urls"`
}
func (*Release) FilterAssets ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.