package
1.1.1
Repository: https://github.com/morecup/rclone.git
Documentation: pkg.go.dev

# Functions

ConstructDriveID constructs a drive ID from the given components.
DeconstructDriveID returns the document type, zone, and document ID from the drive ID.
GetCommonHeaders generates common HTTP headers with optional overwrite.
GetContentTypeForFile detects content type for given file name.
GetCookiesForDomain filters the provided cookies based on the domain of the given URL.
GetDocIDFromDriveID returns the DocumentID from the drive ID.
IntoReader marshals the provided values into a JSON encoded reader.
MergeCookies merges two slices of http.Cookies, ensuring no duplicates are added.
New creates a new Client instance with the provided Apple ID, password, trust token, cookies, and session save callback.
NewDriveService creates a new DriveService instance.
NewSession creates a new Session instance with default values.
NewUpdateFileInfo creates a new UpdateFileInfo object with default values.

# Structs

AccountInfo represents an account info.
Client defines the client configuration.
CreateFoldersResponse is the response of a create folders request.
Document represents a document on iCloud.
DocumentData represents the data of a document.
DocumentUpdateResponse is the response of a document update request.
DriveItem represents an item on iCloud.
DriveItemRaw is a raw drive item.
DriveItemRawInfo is the raw information about a drive item.
DriveService represents an iCloud Drive service.
FileFlags defines the file flags for a document.
FileRequest represents the request of a file.
FileRequestToken represents the token of a file request.
RequestError holds info on a result state, icloud can return a 200 but the result is unknown.
Session represents an iCloud session.
SingleFileInfo represents the information of a single file.
SingleFileResponse is the response of a single file request.
UpdateFileInfo represents the information for an update to a file in the DriveService.
UploadResponse is the response of an upload request.
ValidateDataApp represents an app.
ValidateDataDsInfo represents an validation info.