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 (*Downloader) Run ¶
func (d *Downloader) Run(key string)
Click to show internal directories.
Click to hide internal directories.