소스 검색

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"`
 }
 
-// POST /auth
+// POST "/containers/"+containerID+"/wait"
 type ContainerWaitResponse struct {
 	// StatusCode is the status code of the wait job
 	StatusCode int `json:"StatusCode"`