Use a config to generate swagger api types

Moves the resposne types to a package under api/types

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2016-10-31 11:13:41 -04:00
parent 120c5f9964
commit 010023c3c6
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"golang.org/x/net/context"
volumetypes "github.com/docker/docker/api/server/types/volume"
volumetypes "github.com/docker/docker/api/types/volume"
"github.com/docker/docker/cli"
"github.com/docker/docker/cli/command"
"github.com/docker/docker/opts"