8 lines
101 B
Go
Raw Normal View History

package scraper
type Image struct {
TweetID TweetID
Filename string
IsDownloaded bool
}