local

package
v0.0.0-...-3f2d6ab Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultDownloadPartSize = units.MiB * 5

DefaultDownloadPartSize is the default part size for downloading files from the local filesystem. This is the same as the default part size for S3.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalDownloader

type LocalDownloader struct {
	// contains filtered or unexported fields
}

LocalDownloader implements downloading a checkpoint from the local filesystem and sends it to the client in an archive file.

func NewLocalDownloader

func NewLocalDownloader(aw archive.ArchiveWriter, prefix string) (*LocalDownloader, error)

NewLocalDownloader returns a new LocalDownloader.

func (*LocalDownloader) Close

func (d *LocalDownloader) Close() error

Close closes the underlying ArchiveWriter.

func (*LocalDownloader) Download

func (d *LocalDownloader) Download(ctx context.Context) error

Download downloads the checkpoint.

func (*LocalDownloader) ListFiles

func (d *LocalDownloader) ListFiles(ctx context.Context) ([]archive.FileEntry, error)

ListFiles lists the files in the checkpoint.

Jump to

Keyboard shortcuts

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