registry

package
v0.0.0-...-c49e678 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fetcher

type Fetcher interface {
	FetchTags(registry, name string) ([]string, time.Duration, error)

	// SetTimeout defines the timeout for fetch operations
	SetTimeout(timeout time.Duration)

	// SetAuthFilePath sets the path to the credential store
	SetAuthFilePath(path string)
}

Fetcher defines the interface for a Registry.Fetcher to provide various ways to fetch the tags for a given name from different registries

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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