Bind progress into Downloader.

This commit is contained in:
Andrey Smirnov
2014-02-04 12:38:14 +04:00
parent e99fee3908
commit 679fc3e5fd
2 changed files with 39 additions and 19 deletions
+5
View File
@@ -117,3 +117,8 @@ func (f *FakeDownloader) Pause() {
// Resume does nothing
func (f *FakeDownloader) Resume() {
}
// GetProgress does nothing
func (f *FakeDownloader) GetProgress() *Progress {
return nil
}