package
1.64.0-Personal
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# Functions

GetAll runs ListR getting all the results.
ListR lists the directory recursively.
NewDirTree returns a DirTree filled with the directory listing using the parameters supplied.
NewListRHelper should be called from ListR with the callback passed in.
Walk lists the directory.

# Constants

list files and dirs.
list dirs only.
list objects only.

# Variables

ErrorCantListR is returned by WalkR if the underlying Fs isn't capable of doing a recursive listing.
ErrorSkipDir is used as a return value from Walk to indicate that the directory named in the call is to be skipped.

# Structs

ListRHelper is used in the implementation of ListR to accumulate DirEntries.

# Type aliases

Func is the type of the function called for directory visited by Walk.
ListType is uses to choose which combination of files or directories is requires.