source

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RepoSource

type RepoSource interface {
	// ListRepos lists the repos available from this source
	ListRepos(ctx context.Context) ([]string, error)

	// GetRepo will fetch the repo where we can mirror the URL from
	GetRepo(ctx context.Context, repo string) (string, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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