Method Pause/Resume for Downloader.

This commit is contained in:
Andrey Smirnov
2014-01-14 14:11:28 +04:00
parent e63bbe839b
commit 7afcc93507
3 changed files with 38 additions and 0 deletions
+8
View File
@@ -88,3 +88,11 @@ func (f *FakeDownloader) Download(url string, filename string, result chan<- err
// Shutdown does nothing
func (f *FakeDownloader) Shutdown() {
}
// Pause does nothing
func (f *FakeDownloader) Pause() {
}
// Resume does nothing
func (f *FakeDownloader) Resume() {
}