added caching of images to the drive
This commit is contained in:
parent
48994ee32d
commit
3d47c80446
11 changed files with 451 additions and 33 deletions
1
cache.go
1
cache.go
|
@ -25,6 +25,7 @@ type TextSearchResult struct {
|
|||
}
|
||||
|
||||
type ImageSearchResult struct {
|
||||
ID string
|
||||
Thumbnail string
|
||||
Title string
|
||||
Media string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue