rebase/merging runner

This commit is contained in:
Henrique Chehad
2016-08-22 18:21:59 -03:00
parent f0b264fa9c
commit e11a1896fd
2 changed files with 13 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ var (
ErrAppsNotFound = errors.New("App not found")
ErrAppsNothingToUpdate = errors.New("Nothing to update")
ErrAppsMissingNew = errors.New("Missing new application")
ErrUsableImage = errors.New("Image not found")
)
type App struct {