Affected by GO-2022-0390
and 3 other vulnerabilities
GO-2022-0390 : Moby (Docker Engine) started with non-empty inheritable Linux process capabilities in github.com/docker/docker
GO-2024-2914 : Moby (Docker Engine) is vulnerable to Ambiguous OCI manifest parsing in github.com/docker/docker
GO-2024-3304 : Moby Race Condition vulnerability in github.com/moby/moby
GO-2024-3305 : Moby Race Condition vulnerability in github.com/moby/moby
Discover Packages
github.com/moby/moby
pkg
progress
package
Version:
v1.11.0-rc2
Opens a new window with list of versions in this module.
Published: Mar 25, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Jump to ...
Documentation
Index
Constants
Variables
Functions
Aux(out, a)
Message(out, id, message)
Messagef(out, id, format, a)
Update(out, id, action)
Updatef(out, id, format, a)
Types
Source Files
Documentation
Documentation
¶
func Aux(out Output, a interface{})
func Message(out Output, id, message string)
func Messagef(out Output, id, format string, a ...interface{})
func Update(out Output, id, action string)
func Updatef(out Output, id, format string, a ...interface{})
type Output
type Progress
type Reader
func Aux(out Output , a interface{})
Aux sends auxiliary information over a progress interface, which will not be
formatted for the UI. This is used for things such as push signing.
Message is a convenience function to write a progress message to the channel.
func Messagef(out Output , id, format string , a ...interface{})
Messagef is a convenience function to write a printf-formatted progress
message to the channel.
Update is a convenience function to write a progress update to the channel.
func Updatef(out Output , id, format string , a ...interface{})
Updatef is a convenience function to write a printf-formatted progress update
to the channel.
Output is an interface for writing progress information. It's
like a writer for progress, but we don't call it Writer because
that would be confusing next to ProgressReader (also, because it
doesn't implement the io.Writer interface).
ChanOutput returns a Output that writes progress updates to the
supplied channel.
Progress represents the progress of a transfer.
Reader is a Reader with progress bar.
NewProgressReader creates a new ProgressReader.
Close closes the progress reader and its underlying reader.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.