feat: also parse folder content

This commit is contained in:
Max Richter
2025-10-04 13:16:16 +02:00
parent a5acef77a2
commit fa283d5dd7
4 changed files with 30 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ type FsDirEntry struct {
Type string `json:"type"`
IsDir bool `json:"isDir,omitempty"`
ModTime time.Time `json:"modTime"`
Content any `json:"content,omitempty"`
}
type FsDir struct {