fixes comment for ContainerWaitResponse struct
Signed-off-by: Nick Parker <nikaios@gmail.com>
This commit is contained in:
parent
1bc266dfa7
commit
89d63d2a82
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Reference in a new issue