Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UnsupportedURLError = errors.New("unsupported url")
Functions ¶
This section is empty.
Types ¶
type MultiLoader ¶ added in v0.3.0
type MultiLoader struct {
// contains filtered or unexported fields
}
func NewMultiLoader ¶ added in v0.3.0
func NewMultiLoader(loaders ...Loader) *MultiLoader
func (*MultiLoader) Add ¶ added in v0.3.0
func (l *MultiLoader) Add(add Loader)
func (*MultiLoader) SupportsURL ¶ added in v0.3.0
func (l *MultiLoader) SupportsURL(source metalink.URL) bool
Click to show internal directories.
Click to hide internal directories.