source

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2023 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type Factory

type Factory interface {
	Create(string, map[string]interface{}) (Source, error)
	Schemes() []string
}

type Source

type Source interface {
	Load() error
	URI() string
	Filter(filter.Filter) ([]repository.RepositoryMetalink, error)
	Put(string, io.Reader) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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