build out cli and add size and gather functionality

This commit is contained in:
2024-06-05 00:03:05 -06:00
parent 6507518cd7
commit b3bbd2e5d1
11 changed files with 254 additions and 48 deletions

View File

@ -12,5 +12,6 @@ type FileMetadata struct {
Size int64
Hash []byte
ModifiedDate time.Time
PartitionId string
BackedUp bool
}