Files
soft_quay/core/downloader/doc.go
T

7 lines
274 B
Go
Raw Normal View History

2026-07-16 19:49:06 +08:00
// 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