Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface { // Schedule is a typesafe wrapper for enqueuing download tasks. An error is returned if scheduling fails. Schedule(source string, destinationPath string) error }
Interface encapsulates activities for asynchronous and parallel scheduling and download of resources
type ResourceDownloadWorker ¶
type ResourceDownloadWorker struct {
// contains filtered or unexported fields
}
ResourceDownloadWorker is the structure that processes downloads
func NewDownloader ¶
func NewDownloader(registry registry.Interface, writer writers.Writer) (*ResourceDownloadWorker, error)
NewDownloader creates new downloader
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.