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

# Packages

Test the VFS to exhaustion, specifically looking for deadlocks Run on a mounted filesystem.
Package vfscache deals with caching of files locally for the VFS layer.
Package vfscommon provides utilities for VFS.
Package vfsflags implements command line flags to set up a vfs.
Package vfstest provides tests for VFS.

# Functions

New creates a new VFS and root directory.

# Constants

Low level errors.
Low level errors.
Low level errors.
Low level errors.
Low level errors.
Low level errors.

# Variables

Errors which have exact counterparts in os.
Errors which have exact counterparts in os.
Errors which have exact counterparts in os.
Errors which have exact counterparts in os.
Errors which have exact counterparts in os.
Help contains text describing file and directory caching to add to the command help.

# Structs

Dir represents a directory entry.
DirHandle represents an open directory.
File represents a file.
ReadFileHandle is an open for read file handle on a File.
RWFileHandle is a handle that can be open for read and write.
VFS represents the top level filing system.
WriteFileHandle is an open for write handle on a File.

# Interfaces

Handle is the interface satisfied by open files or directories.
Node represents either a directory (*Dir) or a file (*File).
Noder represents something which can return a node.
OsFiler is the methods on *os.File.

# Type aliases

Error describes low level errors in a cross platform way.
Nodes is a slice of Node.