Skip to content

Commit 8615a7a

Browse files
committed
chore(filer): listdir add path field
1 parent 3308f68 commit 8615a7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/filer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package api
22

33
type FilerDirEntry struct {
44
Name string `json:"name,omitempty"`
5+
Path string `json:"path,omitempty"`
56
Size string `json:"size,omitempty"`
67
Type string `json:"type,omitempty"`
78
Timestamp string `json:"timestamp,omitempty"`

0 commit comments

Comments
 (0)