Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseController ¶
type BaseController struct {
HttpContext context.HttpContext
}
type ControllerMiddleware ¶
type ControllerMiddleware struct {
}
func (ControllerMiddleware) Invoke ¶
func (receiver ControllerMiddleware) Invoke(httpContext *context.HttpContext)
type IController ¶
type IController interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.