1
mirror of https://github.com/rclone/rclone synced 2024-10-08 16:31:32 +02:00
rclone/dircache
Nick Craig-Wood 753b0717be Refactor the List and ListDir interface
Gives more accurate error propagation, control of depth of recursion
and short circuit recursion where possible.

Most of the the heavy lifting is done in the "fs" package, making file
system implementations a bit simpler.

This commit contains some code originally by Klaus Post.

Fixes #316
2016-05-06 16:52:34 +01:00
..
dircache.go dircache: expose FoundRoot flag 2015-11-06 15:26:58 +00:00
list.go Refactor the List and ListDir interface 2016-05-06 16:52:34 +01:00