package
0.0.1
Repository: https://github.com/zzylol/victoriametrics.git
Documentation: pkg.go.dev

# Functions

PartsDifference returns a - b.
PartsIntersect returns the intersection of a and b.
SortParts sorts parts by (Path, Offset).
ToCanonicalPath returns canonical path by replacing local directory separators with `/`.

# Constants

MaxPartSize is the maximum size for each part.

# Variables

DeleteAllObjectVersions is a flag for whether to prune previous object versions when deleting an object.

# Structs

Part is an atomic unit for transfer during backup / restore.

# Interfaces

OriginFS is an interface for remote origin filesystem.
RemoteFS is a filesystem where backups are stored.