MCPcopy Index your code
hub / github.com/moby/moby / WriteProgress

Method WriteProgress

daemon/internal/progress/progress.go:36–36  ·  view source on GitHub ↗
(Progress)

Source from the content-addressed store, hash-verified

34// doesn't implement the io.Writer interface).
35type Output interface {
36 WriteProgress(Progress) error
37}
38
39type chanOutput chan<- Progress

Callers 15

UpdateFunction · 0.65
UpdatefFunction · 0.65
MessageFunction · 0.65
MessagefFunction · 0.65
AuxFunction · 0.65
updateProgressMethod · 0.65
UpdateProgressMethod · 0.65

Implementers 6

discardOutputclient/pkg/progress/progress.go
progressOutputclient/pkg/streamformatter/streamforma
discardOutputdaemon/internal/progress/progress.go
progressSinkdaemon/internal/distribution/push_v2_t
progressOutputdaemon/internal/streamformatter/stream
discardProgressdaemon/internal/builder-next/worker/wo

Calls

no outgoing calls