MCPcopy Index your code
hub / github.com/aptly-dev/aptly / Progress

Struct Progress

console/progress.go:34–40  ·  view source on GitHub ↗

Progress is a progress displaying subroutine, it allows to show download and other operations progress mixed with progress bar

Source from the content-addressed store, hash-verified

32// Progress is a progress displaying subroutine, it allows to show download and other operations progress
33// mixed with progress bar
34type Progress struct {
35 stopped chan bool
36 queue chan printTask
37 bar *pb.ProgressBar
38 barShown bool
39 worker ProgressWorker
40}
41
42// Check interface
43var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected