Skip to content

Commit 472ec89

Browse files
authored
Update storage.go
1 parent 1701ee2 commit 472ec89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ package storage
1616

1717
// Storage hold contract for storage API
1818
type Storage interface {
19-
ListDirectory(string) ([]string, error)
19+
ListDirectory(string, bool) ([]string, error)
2020
CountFiles(string) (int, error)
2121
Exists(string) (bool, error)
2222
TouchFile(string) error

0 commit comments

Comments
 (0)