mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix input async tasks + tests (#137)
This commit is contained in:
@@ -16,6 +16,7 @@ var (
|
||||
ErrRoutesList = errors.New("Could not list routes from datastore")
|
||||
ErrRoutesNotFound = errors.New("Route not found")
|
||||
ErrRoutesMissingNew = errors.New("Missing new route")
|
||||
ErrInvalidPayload = errors.New("Invalid payload")
|
||||
)
|
||||
|
||||
type Routes []*Route
|
||||
|
||||
Reference in New Issue
Block a user