Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyMirrorlist = errors.New("Empty mirrorlist received: no mirrors available")
Functions ¶
This section is empty.
Types ¶
type Mirrorlist ¶
type Mirrorlist interface {
URL(SelectMode) string
}
type SelectMode ¶
type SelectMode string
const ( SelectModeFirstOnly SelectMode = "firstOnly" SelectModeRandom SelectMode = "random" )
Click to show internal directories.
Click to hide internal directories.