# Functions
No description provided by the author
Copy copies a file from one filesystem to another.
No description provided by the author
CopyLocalFile copies a single file from src to dst.
Delete deletes a file or directory.
Lists the contents of a directory.
MkDir creates an empty directory.
Move moves a file from one filesystem to another.
No description provided by the author
No description provided by the author
No description provided by the author
NewURI creates a new URI from a scheme and a path and sets the name to the base of the path.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
GCPBucketFS is a FileSystem implementation that uses a GCP bucket.
LocalFS is a FileSystem implementation that uses the local disk.
No description provided by the author
NoopFile is a WriteCloser implementation that returns nothing.
NoopFS is a FileSystem implementation that does nothing.
URI is a resource identifier.
# Interfaces
FS is an abstraction for file system operations.
No description provided by the author