package
0.1.0
Repository: https://github.com/goadminlive/go-admin.git
Documentation: pkg.go.dev

# Functions

IsZeroTime reports whether t is obviously unspecified (either zero or Unix()=0).
NewApp return an empty app.
NewContext used in adapter which return a Context with request and slice of UserValue and a default Response.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ParseTime parses a time header (such as the Date: header), trying each forth formats that are allowed by HTTP/1.1: time.RFC850, and time.ANSIC.

# 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
No description provided by the author