package
1.2.13
Repository: https://github.com/davidlcarrascal/go-admin.git
Documentation: pkg.go.dev

# Functions

NewApp return an empty app.
NewContext used in adapter which return a Context with request and slice of UserValue and a default Response.

# Structs

App is the key struct of the package.
Context is the simplify version of web framework context.
No description provided by the author
Path is used in the matching of request and response.
No description provided by the author
RouterGroup is a group of routes.

# Type aliases

Handler defines the handler used by the middleware as return value.
No description provided by the author
Handlers is the array of Handler.
No description provided by the author