*: abstractions and ImageService

plus some fix here and there

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-07-19 20:53:57 +02:00 committed by Mrunal Patel
parent d54ae80ba6
commit 06e013cd3d
5 changed files with 176 additions and 99 deletions

View file

@ -22,6 +22,5 @@ func getGPRCVersion() (string, error) {
if err != nil {
return "", err
}
return out, err
return out, nil
}