updates after runner factored

This commit is contained in:
Henrique Chehad
2016-08-22 19:17:58 -03:00
parent bad6bb0c5d
commit 148d52c890
3 changed files with 22 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ var (
ErrAppsNothingToUpdate = errors.New("Nothing to update")
ErrAppsMissingNew = errors.New("Missing new application")
ErrUsableImage = errors.New("Image not found")
ErrNewRunnerDriver = errors.New("Error creating the runner driver")
)
type App struct {