MCPcopy Create free account
hub / github.com/aptly-dev/aptly / downloaderImpl

Struct downloaderImpl

http/download.go:29–34  ·  view source on GitHub ↗

downloaderImpl is implementation of Downloader interface

Source from the content-addressed store, hash-verified

27
28// downloaderImpl is implementation of Downloader interface
29type downloaderImpl struct {
30 progress aptly.Progress
31 aggWriter io.Writer
32 maxTries int
33 client *http.Client
34}
35
36// NewDownloader creates new instance of Downloader which specified number
37// of threads and download limit in bytes/sec

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected