mirror of
https://github.com/rclone/rclone.git
synced 2026-02-25 17:03:21 +00:00
Document recursion requirements for Fses
This commit is contained in:
3
fs/fs.go
3
fs/fs.go
@@ -105,6 +105,9 @@ type ListFser interface {
|
||||
//
|
||||
// This should return ErrDirNotFound (using out.SetError())
|
||||
// if the directory isn't found.
|
||||
//
|
||||
// Fses must support recursion levels of fs.MaxLevel and 1.
|
||||
// They may return ErrorLevelNotSupported otherwise.
|
||||
List(out ListOpts, dir string)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user