Categorygithub.com/beyondstorage/go-service-onedrive
modulepackage
0.0.0-20211022061553-e59f92fc30cd
Repository: https://github.com/beyondstorage/go-service-onedrive.git
Documentation: pkg.go.dev

# README

go-service-onedrive

Microsoft OneDrive (formerly SkyDrive) is a file hosting service and synchronization service operated by Microsoft as part of its web version of Office. This project will use OneDrive's native SDK to implement go-storage's Storager interface, enabling users to manipulate data in OneDrive through a unified interface.

Notes

This package has been moved to go-storage.

go get go.beyondstorage.io/services/onedrive

# Packages

No description provided by the author

# Functions

GetObjectSystemMetadata will get ObjectSystemMetadata from Object.
GetStorageSystemMetadata will get SystemMetadata from StorageMeta.
NewStorager will create Storager only.
WithDefaultStoragePairs will apply default_storage_pairs value to Options.
WithDescription will apply description value to Options.
WithStorageFeatures will apply storage_features value to Options.

# Constants

No description provided by the author
No description provided by the author
Type is the type for onedrive.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
DefaultStoragePairs is default pairs for specific action.
Item is the basic definition of onedrive item.
No description provided by the author
ObjectSystemMetadata stores system metadata for object.
Storage is the example client.
No description provided by the author
StorageSystemMetadata stores system metadata for storage meta.