package
0.1.6
Repository: https://github.com/multiverse-os/webframe.git
Documentation: pkg.go.dev

# Functions

TODO: Why does Chain(middlewares...) return middlewares? this is chaining them?.
No description provided by the author
NewMux returns a newly initialized Mux object that implements the Router interface.
No description provided by the author
No description provided by the author
No description provided by the author
TODO: When we understand this we get it.
No description provided by the author
No description provided by the author
Walk walks any router tree that implements Routes interface.

# Variables

No description provided by the author

# Structs

TODO: As of yet in this refactor do I know why these exists in this way and are named as such.
No description provided by the author
No description provided by the author
TODO: No create a URLParam type and then build out a Param.Int() etc.
TODO: This is from `echo`, this is just a reference point and wont be the code we use; we want to construct the equivilent to Render in Rails.
Route describes the details of a routing handler.
TODO: HATE THIS, use other data type.

# Interfaces

No description provided by the author
TODO Wtf is this interface for?.

# Type aliases

No description provided by the author
No description provided by the author
WalkFunc is the type of the function called for each method and route visited by Walk.