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>
Upstream-commit: 010023c3c6
Component: cli
This commit is contained in:
Daniel Nephin
2016-10-14 16:20:13 -04:00
parent f382f98092
commit 1dc49df012

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"