package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Feb 22, 2026
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
FormatVersion is the current archive format version.
Write creates a ZIP archive at path from the given Archive.
Archive represents the contents of an export archive.
Read loads an Archive from a ZIP file at path.
type Manifest struct {
Version string `json:"version"`
Agent string `json:"agent"`
Scope string `json:"scope"`
ExportedAt time.Time `json:"exported_at"`
CASVersion string `json:"cas_version,omitempty"`
}
Manifest holds metadata about an exported archive.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.