mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add an IDResponse type
Generated from a swagger spec and use it for container exec response Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
bad849fc82
commit
01883c136d
8 changed files with 31 additions and 26 deletions
|
|
@ -7,7 +7,8 @@ swagger generate model -f api/swagger.yaml \
|
|||
-n Port \
|
||||
-n ImageSummary \
|
||||
-n Plugin -n PluginDevice -n PluginMount -n PluginEnv -n PluginInterfaceType \
|
||||
-n ErrorResponse
|
||||
-n ErrorResponse \
|
||||
-n IdResponse
|
||||
|
||||
swagger generate operation -f api/swagger.yaml \
|
||||
-t api -a types -m types -C api/swagger-gen.yaml \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue