-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Current behaviour:
- Router struct currently has Echo as a property.
- Additional methods are currently scattered around in handlers, helpers and routers.
Expected behaviour:
- Router should embed Echo instead, and takes a new context struct that embeds echo's context.
- Move all helpers to new context so that handlers have all they need within the context parsed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers