Documentation ¶
Index ¶
Constants ¶
View Source
const SIZE = "1280x960"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadRequest ¶
type Downloader ¶
type Downloader struct { Input chan DownloadRequest LocationUpdater chan DownloadRequest Output chan image.Image // contains filtered or unexported fields }
func New ¶
func New() Downloader
func (*Downloader) Run ¶
func (d *Downloader) Run(key string, preventDownload bool)
type Location ¶
Click to show internal directories.
Click to hide internal directories.