mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Bind progress into Downloader.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user