feat: also parse folder content
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user