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

Method update

cli/command/service/progress/progress.go:54–54  ·  view source on GitHub ↗
(service swarm.Service, tasks []swarm.Task, activeNodes map[string]struct{}, rollback bool)

Source from the content-addressed store, hash-verified

52
53type progressUpdater interface {
54 update(service swarm.Service, tasks []swarm.Task, activeNodes map[string]struct{}, rollback bool) (bool, error)
55}
56
57func init() {

Callers 3

ServiceProgressFunction · 0.65
testUpdaterMethod · 0.65
testUpdaterNoOrderMethod · 0.65

Implementers 4

replicatedProgressUpdatercli/command/service/progress/progress.
globalProgressUpdatercli/command/service/progress/progress.
replicatedJobProgressUpdatercli/command/service/progress/progress.
globalJobProgressUpdatercli/command/service/progress/progress.

Calls

no outgoing calls

Tested by 2

testUpdaterMethod · 0.52
testUpdaterNoOrderMethod · 0.52