Implement resumable download queue (T-301)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Package downloader provides resumable byte-transfer queues.
|
||||
//
|
||||
// A completed download is still untrusted input. Callers must verify the
|
||||
// signed Catalog identity, exact size, SHA-256 and package signature before
|
||||
// handing the file to the installer.
|
||||
package downloader
|
||||
Reference in New Issue
Block a user