Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultRepo = "main"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Alpine ¶
type Alpine struct{}
func (Alpine) FetchMirrors ¶
func (d Alpine) FetchMirrors(repos []string, repoMirrors chan<- RepoMirror, done *sync.WaitGroup)
type Arch ¶
type Arch struct{}
func (Arch) FetchMirrors ¶
func (d Arch) FetchMirrors(repos []string, repoMirrors chan<- RepoMirror, done *sync.WaitGroup)
type Debian ¶
type Debian struct{}
func (Debian) FetchMirrors ¶
func (d Debian) FetchMirrors(repos []string, repoMirrors chan<- RepoMirror, done *sync.WaitGroup)
type Distro ¶
type Fedora ¶
type Fedora struct{}
func (Fedora) FetchMirrors ¶
func (d Fedora) FetchMirrors(repos []string, repoMirrors chan<- RepoMirror, done *sync.WaitGroup)
type Mint ¶
type Mint struct{}
func (Mint) FetchMirrors ¶
func (d Mint) FetchMirrors(repos []string, repoMirrors chan<- RepoMirror, done *sync.WaitGroup)
type RepoMirror ¶
type Slackware ¶
type Slackware struct{}
func (Slackware) FetchMirrors ¶
func (d Slackware) FetchMirrors(repos []string, repoMirrors chan<- RepoMirror, done *sync.WaitGroup)
Click to show internal directories.
Click to hide internal directories.