//
pkg.gl
Category
github.com/artpar/rclone
lib
dircache
package
2.0.1+incompatible
Repository:
https://github.com/artpar/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
8
Dependents
28
Files
261 SLOC
#
Functions
New
New makes a DirCache The cache is safe for concurrent use.
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.