added caching of images to the drive

This commit is contained in:
partisan 2024-10-13 00:04:46 +02:00
parent 48994ee32d
commit 3d47c80446
11 changed files with 451 additions and 33 deletions

View file

@ -25,6 +25,7 @@ type TextSearchResult struct {
}
type ImageSearchResult struct {
ID string
Thumbnail string
Title string
Media string