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
Click to show internal directories.
Click to hide internal directories.