Documentation
¶
Index ¶
- Constants
- func CloudDrive(driveScan GDriveScan) int
- func CloudStorage(gStorageScan GStorageScan) int
- func GetIdentity(refreshToken string) string
- func Gmail(gMailScan GMailScan) int
- func LocalDrive(localScan LocalScan) int
- func Photos(photosScan GPhotosScan) int
- type Album
- type ContributorInfo
- type GDriveScan
- type GMailScan
- type GPhotosScan
- type GStorageScan
- type ListAlbumsResponse
- type ListMediaItemResponse
- type LocalScan
- type MediaItem
- type MediaMetadata
- type Photo
- type SearchMediaItemRequest
- type Video
Constants ¶
View Source
const ( MaxRetryCount = 3 SleepTime = 500 * time.Millisecond )
Variables ¶
This section is empty.
Functions ¶
func CloudDrive ¶
func CloudDrive(driveScan GDriveScan) int
func CloudStorage ¶
func CloudStorage(gStorageScan GStorageScan) int
func GetIdentity ¶
func LocalDrive ¶
func Photos ¶
func Photos(photosScan GPhotosScan) int
Types ¶
type Album ¶
type Album struct {
Id string
Title string
ProductUrl string
MediaItemsCount string
CoverPhotoBaseUrl string
CoverPhotoMediaItemId string
}
func ListAlbums ¶
type ContributorInfo ¶
type GDriveScan ¶
type GPhotosScan ¶
type GStorageScan ¶
type GStorageScan struct {
Bucket string
}
type ListAlbumsResponse ¶
type ListMediaItemResponse ¶
type MediaItem ¶
type MediaItem struct {
Id string
Description string
ProductUrl string
BaseUrl string
MimeType string
Filename string
MediaMetadata MediaMetadata
ContributorInfo ContributorInfo
}
type MediaMetadata ¶
type SearchMediaItemRequest ¶
Click to show internal directories.
Click to hide internal directories.