cleanup
This commit is contained in:
parent
3d47c80446
commit
49f613ddeb
15 changed files with 98 additions and 234 deletions
9
cache.go
9
cache.go
|
@ -26,13 +26,14 @@ type TextSearchResult struct {
|
|||
|
||||
type ImageSearchResult struct {
|
||||
ID string
|
||||
Thumbnail string
|
||||
Title string
|
||||
Media string
|
||||
Full string // Full-size image URL
|
||||
Thumb string // Thumbnail image URL
|
||||
ProxyFull string // Proxied full-size image URL
|
||||
ProxyThumb string // Proxied thumbnail image URL (from cache)
|
||||
Source string // Source webpage URL
|
||||
Width int
|
||||
Height int
|
||||
Source string
|
||||
ThumbProxy string
|
||||
}
|
||||
|
||||
type VideoResult struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue