webdav completion wip

This commit is contained in:
timurgordon
2025-03-13 04:34:10 +01:00
parent ff430c2e4d
commit a974091442
12 changed files with 765 additions and 156 deletions

View File

@@ -12,6 +12,7 @@ mut:
file_create(path string) !FSEntry
file_read(path string) ![]u8
file_write(path string, data []u8) !
file_concatenate(path string, data []u8) !
file_delete(path string) !
// Directory operations
@@ -34,6 +35,8 @@ mut:
// FSEntry Operations
get_path(entry &FSEntry) !string
print() !
// Cleanup operation
destroy() !