Documentation ¶
Overview ¶
Package gdrive provides the storage service implementation for Google Drive.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGService ¶
func NewGService(parent, indexCacheFile string, skipFullInit bool, oauth *google.Service, readerCache interf.Cache, debugLvl uint8) interf.Service
NewGService returns an interface to Google Drive. The parent specifies the folder with the active files. If the value is "root" or empty, the root directory of Google Drive is used. indexCacheFile is used to speed up Update (files are available faster). With skipFullInit = true, the init update call ends with a successful loading of indexCacheFile. readerCache=nil disable the cache for ReaderAt() and MultiReaderAt() debugLvl (@see impl.DebugHigh and impl.DebugOff)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.