Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionContext ¶
type ActionContext interface {
Request() *http.Request
ResponseWriter() http.ResponseWriter
ResponseBody() []byte
BeforeAction()
AfterAction()
Destruct()
}
type Controller ¶
type Controller interface {
NewActionContext(req *http.Request, respWriter http.ResponseWriter) ActionContext
}
Click to show internal directories.
Click to hide internal directories.