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
+1
View File
@@ -20,6 +20,7 @@ type File struct {
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
ParentFileID sql.NullString `json:"parent_file_id"`
IsFolder bool `json:"is_folder"`
}
type FileTag struct {