package
12.1.0+incompatible
Repository: https://github.com/iris-contrib/examples.git
Documentation: pkg.go.dev

# Functions

Handler will convert our handler of func(*Context) to an iris Handler, in order to be compatible with the HTTP API.

# Structs

Context is our custom context.
Owner is our application structure, it contains the methods or fields we need, think it as the owner of our *Context.