package
Version:
v0.21.0
Opens a new window with list of versions in this module.
Published: Jul 17, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Download handles direct binary releases
Fetch gets the package and returns location of downloaded file
type Fetch struct {
Type string `yaml:"type"`
URL string `yaml:"url"`
TokenEnv string `yaml:"token_env"`
}
Fetch contains fetch configuration
Factory returns instances that comply to Fetcher interface
Fetcher should implement fetching a release from a version
and return a path where the release has been downloaded
Source Files
¶
Click to show internal directories.
Click to hide internal directories.