Documentation ¶ Index ¶ type ReleaseSource Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ReleaseSource ¶ type ReleaseSource interface { GetName() string // Get release source name GetVersions() []string // Get versions from release source GetDownloadURL(version string) (string, error) // Get download url of specify version } Source Files ¶ View all Source files release_sources.go Directories ¶ Show internal Expand all Path Synopsis cdn custom github Click to show internal directories. Click to hide internal directories.