1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fixes comment for ContainerWaitResponse struct

Signed-off-by: Nick Parker <nikaios@gmail.com>
This commit is contained in:
Nick Parker 2015-03-25 22:22:45 -06:00
parent 1bc266dfa7
commit 89d63d2a82

View file

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