MCPcopy Index your code
hub / github.com/docker/cli / globalProgressUpdater

Struct globalProgressUpdater

cli/command/service/progress/progress.go:409–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409type globalProgressUpdater struct {
410 progressOut progress.Output
411
412 initialized bool
413 done bool
414}
415
416func (u *globalProgressUpdater) update(_ swarm.Service, tasks []swarm.Task, activeNodes map[string]struct{}, rollback bool) (bool, error) {
417 tasksByNode := u.tasksByNode(tasks)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected