8 lines
101 B
Go
8 lines
101 B
Go
|
package scraper
|
||
|
|
||
|
type Image struct {
|
||
|
TweetID TweetID
|
||
|
Filename string
|
||
|
IsDownloaded bool
|
||
|
}
|