Procházet zdrojové kódy

hack/swagger-gen.sh is not exist, it should be /hack/generate-swagger-api.sh

Signed-off-by: yupeng <yu.peng36@zte.com.cn>
yupeng před 8 roky
rodič
revize
c471b7f243

+ 1 - 1
api/templates/server/operation.gotmpl

@@ -4,7 +4,7 @@ package {{ .Package }}
 // DO NOT EDIT THIS FILE
 // This file was generated by `swagger generate operation`
 //
-// See hack/swagger-gen.sh
+// See hack/generate-swagger-api.sh
 // ----------------------------------------------------------------------------
 
 import (

+ 1 - 1
api/types/container/container_create.go

@@ -4,7 +4,7 @@ package container
 // DO NOT EDIT THIS FILE
 // This file was generated by `swagger generate operation`
 //
-// See hack/swagger-gen.sh
+// See hack/generate-swagger-api.sh
 // ----------------------------------------------------------------------------
 
 // ContainerCreateCreatedBody container create created body

+ 1 - 1
api/types/container/container_update.go

@@ -4,7 +4,7 @@ package container
 // DO NOT EDIT THIS FILE
 // This file was generated by `swagger generate operation`
 //
-// See hack/swagger-gen.sh
+// See hack/generate-swagger-api.sh
 // ----------------------------------------------------------------------------
 
 // ContainerUpdateOKBody container update o k body

+ 1 - 1
api/types/container/container_wait.go

@@ -4,7 +4,7 @@ package container
 // DO NOT EDIT THIS FILE
 // This file was generated by `swagger generate operation`
 //
-// See hack/swagger-gen.sh
+// See hack/generate-swagger-api.sh
 // ----------------------------------------------------------------------------
 
 // ContainerWaitOKBody container wait o k body

+ 1 - 1
api/types/registry/authenticate.go

@@ -4,7 +4,7 @@ package registry
 // DO NOT EDIT THIS FILE
 // This file was generated by `swagger generate operation`
 //
-// See hack/swagger-gen.sh
+// See hack/generate-swagger-api.sh
 // ----------------------------------------------------------------------------
 
 // AuthenticateOKBody authenticate o k body

+ 1 - 1
api/types/volume/volumes_create.go

@@ -4,7 +4,7 @@ package volume
 // DO NOT EDIT THIS FILE
 // This file was generated by `swagger generate operation`
 //
-// See hack/swagger-gen.sh
+// See hack/generate-swagger-api.sh
 // ----------------------------------------------------------------------------
 
 // VolumesCreateBody volumes create body

+ 1 - 1
api/types/volume/volumes_list.go

@@ -4,7 +4,7 @@ package volume
 // DO NOT EDIT THIS FILE
 // This file was generated by `swagger generate operation`
 //
-// See hack/swagger-gen.sh
+// See hack/generate-swagger-api.sh
 // ----------------------------------------------------------------------------
 
 import "github.com/docker/docker/api/types"