Documentation ¶
Overview ¶
Package releases is a helper to determine which binaries to download for end to end tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
type Releases ¶
type Releases struct {
// contains filtered or unexported fields
}
Releases helps find the latest release and download URL for artifacts using the execution release structure.
func (*Releases) ResolveURL ¶
ResolveURL gets the raw download URL for a release, based on the requirements (version, OS, arch)
func (*Releases) ResolveURLs ¶
ResolveURLs gets the raw download URLs for all binaries of a release, based on the requirements (version, OS, arch)
type Requirements ¶
Click to show internal directories.
Click to hide internal directories.