cmd/stindex: Add dumping folder meta

This commit is contained in:
Jakob Borg
2020-09-04 11:39:21 +02:00
parent b7986801cd
commit 71bfad0bc6
4 changed files with 91 additions and 57 deletions
+1
View File
@@ -65,6 +65,7 @@ message IndirectionHashesOnly {
// For each folder and device we keep one of these to track the current
// counts and sequence. We also keep one for the global state of the folder.
message Counts {
option (gogoproto.goproto_stringer) = false;
int32 files = 1;
int32 directories = 2;
int32 symlinks = 3;