Добавлена локальная загрузка снапшота
This commit is contained in:
@@ -6,6 +6,12 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// DiffInfo represents metadata about a differential archive.
|
||||
type DiffInfo struct {
|
||||
SHA256 string
|
||||
Size int64
|
||||
}
|
||||
|
||||
// FileInfo represents metadata and attributes of a file or directory.
|
||||
type FileInfo struct {
|
||||
Path string // Path represents the relative or absolute location of the file or directory in the filesystem.
|
||||
|
||||
Reference in New Issue
Block a user