//
pkg.gl
Category
github.com/iris-contrib/examples
routing
custom-context
new-implementation
package
12.1.0+incompatible
Repository:
https://github.com/iris-contrib/examples.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
80 SLOC
#
Functions
Handler
Handler will convert our handler of func(*Context) to an iris Handler, in order to be compatible with the HTTP API.
#
Structs
Context
Context is our custom context.
Owner
Owner is our application structure, it contains the methods or fields we need, think it as the owner of our *Context.