Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRateLimit is returned when we are close to a ratelimit ErrRateLimit = errors.New("rate limit is close") // GithubLowRateLimit is the low boundary for rate limits GithubLowRateLimit = 4 )
Functions ¶
This section is empty.
Types ¶
type GithubRelease ¶
type GithubRelease struct {
// contains filtered or unexported fields
}
GithubRelease contains what is required to get a list of release from Github
type List ¶
type List struct { Type string `yaml:"type"` Prefix string `yaml:"prefix"` VersionFrom string `yaml:"version_from"` URL string `yaml:"url"` Versions []string }
List contains list definition
Click to show internal directories.
Click to hide internal directories.