downloader

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DownloadFile

func DownloadFile(url string, ignoreCert bool, showProgress bool) error

func DownloadFiles

func DownloadFiles(urls []string, ignoreCert bool, showProgress bool)

func DownloadFilesSimultaneously

func DownloadFilesSimultaneously(urls []string, ignoreCert bool)

func FetchGitHubReleases

func FetchGitHubReleases(repoURL string, ignoreCert bool) ([]string, error)

Types

type GitHubRelease

type GitHubRelease struct {
	URL  string `json:"html_url"`
	Name string `json:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL