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

# Structs

CopyMoveFileRequest is used for moving/copying a file.
CreateFolderRequest is used for creating a folder.
DeleteFolderRequest is used for deleting a folder.
Download is the response when requesting a download link.
Error contains the error code and message returned by the API.
FileInfo represents a file when listing folder contents.
FolderEntry represents a Uptobox subfolder when listing folder contents.
FolderInfo represents the current folder when listing folder contents.
MetadataRequestOptions represents all the options when listing folder contents.
MoveFolderRequest is used for moving a folder.
ReadMetadataResponse is the response when listing folder contents.
RemoveFileRequest is used for deleting a file.
RenameFolderRequest is used for renaming a folder.
Token represents the authentication token.
UpdateFileInformation is used for renaming a file.
UpdateResponse is a generic response to various action on files (rename/copy/move).
UploadInfo is the response when initiating an upload.
UploadResponse is the response to a successful upload.