mirror of https://github.com/docker/docs.git
Edited cluster/cluster.go
Signed-off-by: NanXiao <nan@chinadtrace.org>
This commit is contained in:
parent
79ee15fbb2
commit
5f0e652d29
|
@ -56,7 +56,7 @@ type Cluster interface {
|
|||
// Pull images
|
||||
// `callback` can be called multiple time
|
||||
// `where` is where it is being pulled
|
||||
// `status` is the current status, like "", "in progress" or "downloaded
|
||||
// `status` is the current status, like "", "in progress" or "downloaded"
|
||||
Pull(name string, authConfig *types.AuthConfig, callback func(where, status string, err error))
|
||||
|
||||
// Import image
|
||||
|
|
Loading…
Reference in New Issue