зеркало из https://github.com/docker/engine-api.git
Changes response of postContainersWait to use a struct
Signed-off-by: Nick Parker <nikaios@gmail.com>
This commit is contained in:
Родитель
9cf9773339
Коммит
400c3f1f99
|
@ -24,3 +24,9 @@ type AuthResponse struct {
|
|||
// Status is the authentication status
|
||||
Status string `json:"Status"`
|
||||
}
|
||||
|
||||
// POST /auth
|
||||
type ContainerWaitResponse struct {
|
||||
// StatusCode is the status code of the wait job
|
||||
StatusCode int `json:"StatusCode"`
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче