Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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.