Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DownloadWorker ¶
type DownloadWorker struct {
// contains filtered or unexported fields
}
DownloadWorker is the structure that processes downloads
func NewDownloader ¶
func NewDownloader(registry repositoryhosts.Registry, writer writers.Writer) (*DownloadWorker, error)
NewDownloader creates new downloader
type Interface ¶
type Interface interface {
// Schedule is a typesafe wrapper for enqueuing download tasks. An error is returned if scheduling fails.
Schedule(source string, target string, document string) error
}
Interface encapsulates activities for asynchronous and parallel scheduling and download of resources
Directories
¶
| Path | Synopsis |
|---|---|
|
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Gardener contributors
|
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Gardener contributors |
Click to show internal directories.
Click to hide internal directories.