mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
updates after runner factored
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user