Claude: ESP build fixed - untested

This commit is contained in:
Niklas Jensen
2026-01-05 21:02:06 +01:00
committed by Rune Harlyk
parent d86c86e028
commit 957b60b132
4 changed files with 220 additions and 20 deletions
+2 -3
View File
@@ -16,10 +16,9 @@ message File {
uint32 size = 20;
}
// Represents a single directory entry (metadata only)
message Directory {
string name = 10;
repeated File files = 20;
repeated Directory directories = 30;
string name = 1;
}
// Delete a file or directory