package
Version:
v0.0.0-...-2b328f0
Opens a new window with list of versions in this module.
Published: Dec 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
SnapshotDiskSuffix = ".img"
DiskChecksumSuffix = ".checksum"
)
type SnapshotHashInfo struct {
Method string `json:"method"`
Checksum string `json:"checksum"`
ChangeTime string `json:"change_time"`
LastHashedAt string `json:"last_hashed_at"`
SilentlyCorrupted bool `json:"silently_corrupted"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.