mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 05:01:28 +00:00
fixes comment for ContainerWaitResponse struct
Signed-off-by: Nick Parker <nikaios@gmail.com>
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ type AuthResponse struct {
|
||||
Status string `json:"Status"`
|
||||
}
|
||||
|
||||
// POST /auth
|
||||
// POST "/containers/"+containerID+"/wait"
|
||||
type ContainerWaitResponse struct {
|
||||
// StatusCode is the status code of the wait job
|
||||
StatusCode int `json:"StatusCode"`
|
||||
|
||||
Reference in New Issue
Block a user