move functions supporting rmi command to libkpod/image

Signed-off-by: Ryan Cole <rcyoalne@gmail.com>
This commit is contained in:
Ryan Cole 2017-07-24 09:21:50 -04:00
parent 0f44ff1d3b
commit c1706475c0
6 changed files with 134 additions and 123 deletions

View file

@ -12,6 +12,7 @@ import (
)
// ImageData handles the data used when inspecting a container
// nolint
type ImageData struct {
ID string
Names []string