# Functions
NewFs makes a new Fs object from the path
The path is of the form remote:path
Remotes are looked up in the config file.
# Structs
DownloadRequest is the request structure of the corresponding request.
EndFileUploadResponse is the response structure of the corresponding request.
File is the structure how 1Fichier returns a File.
FilesList is the structure how 1Fichier returns a list of files.
Folder is the structure how 1Fichier returns a Folder.
FoldersList is the structure how 1Fichier returns a list of Folders.
Fs is the interface a cloud storage system must provide.
GenericOKResponse is the response structure of the corresponding request.
GetTokenResponse is the response structure of the corresponding request.
GetUploadNodeResponse is the response structure of the corresponding request.
ListFilesRequest is the request structure of the corresponding request.
ListFolderRequest is the request structure of the corresponding request.
MakeFolderRequest is the request structure of the corresponding request.
MakeFolderResponse is the response structure of the corresponding request.
Object is a filesystem like object provided by an Fs.
Options defines the configuration for this backend.
RemoveFileRequest is the request structure of the corresponding request.
RemoveFolderRequest is the request structure of the corresponding request.
RmFile is the request structure of the corresponding request.
SharedFile is the structure how 1Fichier returns a shared File.
# Type aliases
SharedFolderResponse is the response structure of the corresponding request.