Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriveService ¶
type DriveService struct {
// contains filtered or unexported fields
}
func NewDriveService ¶
func NewDriveService(conf *config.Configuration, logger logging.Logger) (*DriveService, error)
func (*DriveService) DownloadFile ¶
func (ds *DriveService) DownloadFile(driveFile *DriveFile) error
func (*DriveService) GetFiles ¶ added in v0.0.3
func (s *DriveService) GetFiles(folder *drive.File) ([]*DriveFile, error)
func (*DriveService) GetFolder ¶ added in v0.0.3
func (s *DriveService) GetFolder(folderId string) (*drive.File, error)
Click to show internal directories.
Click to hide internal directories.