Documentation
¶
Index ¶
- type DemoContext
- type DemoController
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DemoContext ¶
type DemoContext struct { *api.ApiContext // contains filtered or unexported fields }
func (*DemoContext) BeforeAction ¶
func (d *DemoContext) BeforeAction()
type DemoController ¶
type DemoController struct {
api.BaseController
}
func (*DemoController) AddAction ¶
func (d *DemoController) AddAction(context *DemoContext)
func (*DemoController) DelAction ¶
func (d *DemoController) DelAction(context *DemoContext)
func (*DemoController) EditAction ¶
func (d *DemoController) EditAction(context *DemoContext)
func (*DemoController) GetAction ¶
func (d *DemoController) GetAction(context *DemoContext)
func (*DemoController) IndexAction ¶
func (d *DemoController) IndexAction(context *DemoContext)
func (*DemoController) NewActionContext ¶
func (d *DemoController) NewActionContext(req *http.Request, respWriter http.ResponseWriter) gcontroller.ActionContext
Click to show internal directories.
Click to hide internal directories.