Преглед изворни кода

fixes comment for ContainerWaitResponse struct

Signed-off-by: Nick Parker <nikaios@gmail.com>
Nick Parker пре 10 година
родитељ
комит
89d63d2a82
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      api/types/types.go

+ 1 - 1
api/types/types.go

@@ -25,7 +25,7 @@ type AuthResponse struct {
 	Status string `json:"Status"`
 	Status string `json:"Status"`
 }
 }
 
 
-// POST /auth
+// POST "/containers/"+containerID+"/wait"
 type ContainerWaitResponse struct {
 type ContainerWaitResponse struct {
 	// StatusCode is the status code of the wait job
 	// StatusCode is the status code of the wait job
 	StatusCode int `json:"StatusCode"`
 	StatusCode int `json:"StatusCode"`