Versions in this module Expand all Collapse all v1 v1.0.0 Jan 17, 2019 Changes in this version + type DemoContext struct + func (d *DemoContext) BeforeAction() + type DemoController struct + func (d *DemoController) AddAction(context *DemoContext) + func (d *DemoController) DelAction(context *DemoContext) + func (d *DemoController) EditAction(context *DemoContext) + func (d *DemoController) GetAction(context *DemoContext) + func (d *DemoController) IndexAction(context *DemoContext) + func (d *DemoController) NewActionContext(req *http.Request, respWriter http.ResponseWriter) gcontroller.ActionContext