Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckpointDownloader ¶
CheckpointDownloader defines the interface for downloading checkpoints.
func NewDownloader ¶
func NewDownloader( w io.Writer, id string, storageConfig *expconf.CheckpointStorageConfig, archiveType archive.ArchiveType, ) (CheckpointDownloader, error)
NewDownloader returns a new CheckpointDownloader that writes to w.
- w: the underlying Writer that CheckpointDownloader writes to
- id: the UUID string of the checkpoint to be downloaded
- storageConfig: the CheckpointStorageConfig
- archiveType: The ArchiveType (file format) in which the checkpoint shall be downloaded
Click to show internal directories.
Click to hide internal directories.