MCPcopy
hub / github.com/moby/moby / progressOutput

Struct progressOutput

daemon/internal/streamformatter/streamformatter.go:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86type progressOutput struct {
87 sf formatProgress
88 out io.Writer
89 newLines bool
90 mu sync.Mutex
91}
92
93// WriteProgress formats progress information from a ProgressReader.
94func (out *progressOutput) WriteProgress(prog progress.Progress) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected