mirror of
https://github.com/moby/moby.git
synced 2026-07-10 00:28:51 +00:00
The LoopkupImage method is only used by the inspect image route and returns an api/type struct. The depenency to api/types of the daemon/images package is wrong, the daemon doesn't need to know about the api types. Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>