Claude: ESP build fixed - untested
This commit is contained in:
committed by
Rune Harlyk
parent
d86c86e028
commit
957b60b132
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user