# Functions
DisplayQuotaInfo prints quota information for a given remote drive to standard output.
GetAvailableRemotes extracts and returns a slice of remote names from the parsed rclone configuration.
GetRemoteConfig retrieves the configuration map for a specified remote from parsed rclone config.
NewAzureClientFromRcloneConfigData creates a new AzureClient instance using rclone configuration data.
ParseRcloneConfigData parses rclone configuration data from a byte slice and returns an array of configuration maps.
# Structs
AzureClient represents a client for interacting with Microsoft Azure services.
DriveItem represents an item in a Microsoft OneDrive or SharePoint drive.
DriveQuota represents storage quota information for a drive.
UploadParams contains configuration parameters for file upload operations to Azure Blob Storage.