Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectArchive ¶
func ImportArchive ¶
func VerifyManifest ¶
Types ¶
type ManifestEntry ¶
type ManifestEntry struct {
Path string `json:"path"`
SHA256 string `json:"sha256"`
Size int64 `json:"size"`
}
func InspectManifest ¶
func InspectManifest(bundlePath string) ([]ManifestEntry, error)
type ManifestFile ¶
type ManifestFile struct {
Entries []ManifestEntry `json:"entries"`
}
type MergeAction ¶
type MergeReport ¶
type MergeReport struct {
Destination string
DryRun bool
Actions []MergeAction
}
func MergeArchive ¶
func MergeArchive(archivePath, to string, dryRun bool) (MergeReport, error)
Click to show internal directories.
Click to hide internal directories.