Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRemoteNotSupported is returned for known remote schemes (s3://, oras://, cloud:). ErrRemoteNotSupported = errors.New("remote destinations are not yet supported — coming soon") // ErrUnknownScheme is returned for unrecognized URL schemes. ErrUnknownScheme = errors.New("unrecognized destination scheme") )
Functions ¶
func ParseDestination ¶
ParseDestination resolves the user-supplied path to an absolute local path. When dest is empty, a default name based on now (UTC) is used, e.g. "snapshot-2026-05-11T21-04-32-a3f.zip", saved in the current working directory. The returned path always has a .zip extension.
Types ¶
Click to show internal directories.
Click to hide internal directories.