Skip to content

Commit 019bd95

Browse files
committed
helper: tempfs was converted in mount helper
1 parent fd0edd5 commit 019bd95

File tree

7 files changed

+773
-543
lines changed

7 files changed

+773
-543
lines changed

fs.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ type TempFile interface {
7575
// Dir abstract the dir related operations in a storage-agnostic interface as
7676
// an extension to the Basic interface.
7777
type Dir interface {
78+
// ReadDir reads the directory named by dirname and returns a list of
79+
// directory entries sorted by filename.
7880
ReadDir(path string) ([]os.FileInfo, error)
7981
// MkdirAll creates a directory named path, along with any necessary
8082
// parents, and returns nil, or else returns an error. The permission bits

0 commit comments

Comments
 (0)