# 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
AccountInfo is the structure how 1Fichier returns user info.
CopyFileRequest is the request structure of the corresponding request.
CopyFileResponse is the response structure of the corresponding request.
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.
FileCopy is used in the CopyFileResponse.
FileInfoRequest is the request structure of the corresponding request.
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.
MoveFileRequest is the request structure of the corresponding request.
MoveFileResponse 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.
RenameFileRequest is the request structure of the corresponding request.
RenameFileResponse is the response structure of the corresponding request.
RenameFileURL is the data structure to rename a single file.
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.