package
0.0.0-20200616214010-3c2bc8074c50
Repository: https://github.com/google/skicka.git
Documentation: pkg.go.dev
# Functions
New returns a pointer to a new GDrive instance.
PartitionUniquesAndMultiples partitions all of the files by path name and then returns an array of File structures for the uniquely-named files and a map from path names to arrays of files for cases where more than one file has the same pathname.
# Structs
File represents a file or folder in Google Drive.
GDrive encapsulates a session for performing operations with Google Drive.
Property represents a user-specified property associated with a Drive file.
RetryHTTPTransmitError is a small struct to let us detect error cases where the caller should retry the operation, as the error seems to be a transient HTTP issue.