fixes comment for ContainerWaitResponse struct
Signed-off-by: Nick Parker <nikaios@gmail.com> Upstream-commit: 89d63d2a82e9a4c20696e9e93736a99a10be6c91 Component: engine
This commit is contained in:
@@ -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