Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FetchEvent ¶
type FetchEvent struct {
URI *url.URL
File chan matrix.File
Error chan error
Progress chan ProgressPoint
}
func (FetchEvent) FrostEvent ¶
func (c FetchEvent) FrostEvent()
type FetchThumbnailEvent ¶
type FetchThumbnailEvent struct {
URI *url.URL
Method matrix.ThumbnailMethod
Height, Width int
Thumbnail chan matrix.Thumbnail
Error chan error
}
func (FetchThumbnailEvent) FrostEvent ¶
func (c FetchThumbnailEvent) FrostEvent()
type ProgressPoint ¶
Click to show internal directories.
Click to hide internal directories.