Documentation
¶
Index ¶
- func Fatal(msg string)
- func FatalIf(err error)
- func FetchAsset(url, hashSpec, outPath, pkgName string) error
- func FilterPackages(allPackages map[string]Package, filters []string) map[string]Package
- func ListPackages(cfg *Config, platform, selectStr string)
- func ParseSelect(s string) []string
- func VerifyFileHash(path, hashSpec string) (bool, error)
- func Worker(wg *sync.WaitGroup, jobs <-chan Job, results chan<- Result)
- type Asset
- type Config
- type Job
- type Package
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchAsset ¶
func FilterPackages ¶
func ListPackages ¶
func ParseSelect ¶
func VerifyFileHash ¶
Types ¶
type Config ¶
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.