mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Expiring cache
This commit is contained in:
committed by
Derek Schultz
parent
2be96689d4
commit
c3630eaa41
@@ -20,10 +20,6 @@ var (
|
||||
code: http.StatusGatewayTimeout,
|
||||
error: errors.New("Timed out"),
|
||||
}
|
||||
ErrRunnerRouteNotFound = err{
|
||||
code: http.StatusNotFound,
|
||||
error: errors.New("Route not found on that application"),
|
||||
}
|
||||
ErrAppsValidationMissingName = err{
|
||||
code: http.StatusBadRequest,
|
||||
error: errors.New("Missing app name"),
|
||||
|
||||
Reference in New Issue
Block a user