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-14 16:20:13 -04:00
parent 120c5f9964
commit 010023c3c6
1 changed files with 1 additions and 1 deletions

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"