Edited cluster/cluster.go

Signed-off-by: NanXiao <nan@chinadtrace.org>
This commit is contained in:
NanXiao 2016-06-13 17:47:09 +08:00
parent 79ee15fbb2
commit 5f0e652d29
1 changed files with 1 additions and 1 deletions

View File

@ -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