add is_folder notion

This commit is contained in:
m
2026-07-13 13:25:02 +02:00
parent 68ec7509f7
commit 968605b3d1
6 changed files with 48 additions and 5 deletions
+1
View File
@@ -19,6 +19,7 @@ type File struct {
OcrText string `json:"ocr_text"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
IsFolder bool `json:"is_folder"`
}
type FileTag struct {