summaryrefslogtreecommitdiff
path: root/api/server/httputils/decoder.go
Commit message (Collapse)AuthorAgeFilesLines
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Add engine-api types to dockerMichael Crosby2016-09-071-2/+2
| | | | | | | This moves the types for the `engine-api` repo to the existing types package. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
* Remove runconfig package dependency from image and container routers.David Calavera2016-03-281-0/+16
Use an interface to specify the behavior of a configuration decoder. Signed-off-by: David Calavera <david.calavera@gmail.com>