Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader struct { DropCall struct { sync.Mutex CallCount int Receives struct { Root string Uri string } Returns struct { ReadCloser io.ReadCloser Error error } Stub func(string, string) (io.ReadCloser, error) } }
func (*Downloader) Drop ¶
func (f *Downloader) Drop(param1 string, param2 string) (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.