display folders

This commit is contained in:
m
2026-07-13 16:54:12 +02:00
parent c8f5935469
commit 07b03562b1
10 changed files with 78 additions and 15 deletions
+2 -1
View File
@@ -15,9 +15,10 @@ type File struct {
Checksum string `json:"-"`
OcrText string `json:"ocrText,omitempty"`
Tags []Tag `json:"tags"`
IsFolder bool `json:"isFolder"`
ParentFileID string `json:"parentFileId,omitempty"`
CreatedAt string `json:"createdAt"`
UpdatedAt string `json:"updatedAt"`
ParentFileID string `json:"parentFileID,omitempty"`
}
type UploadResult struct {