//
pkg.gl
Category
github.com/dceldran/rclone
lib
dircache
package
1.64.0-Personal
Repository:
https://github.com/dceldran/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
8
Dependents
13
Files
315 SLOC
#
Functions
New
New makes a DirCache This is created with the true root ID and the root path.
SplitPath
SplitPath splits a path into directory, leaf Path shouldn't start or end with a / If there are no slashes then directory will be "" and leaf = path.
#
Structs
DirCache
DirCache caches paths to directory IDs and vice versa.
#
Interfaces
DirCacher
DirCacher describes an interface for doing the low level directory work This should be implemented by the backend and will be called by the dircache package when appropriate.