Versions in this module Expand all Collapse all v1 v1.16.10 Dec 2, 2021 Changes in this version + type Controller struct + Cookie *ghttp.Cookie + Request *ghttp.Request + Response *ghttp.Response + Server *ghttp.Server + Session *ghttp.Session + View *View + func (c *Controller) Exit() + func (c *Controller) Init(r *ghttp.Request) + func (c *Controller) Shut() + type M = *gdb.Model + type Model = *gdb.Model + type View struct + func NewView(w *ghttp.Response) *View + func (view *View) Assign(key string, value interface{}) + func (view *View) Assigns(data gview.Params) + func (view *View) BindFunc(name string, function interface{}) + func (view *View) BindFuncMap(funcMap gview.FuncMap) + func (view *View) Display(file ...string) error + func (view *View) DisplayContent(content string) error + func (view *View) LockFunc(f func(data gview.Params)) + func (view *View) Parse(file string) (string, error) + func (view *View) ParseContent(content string) (string, error) + func (view *View) RLockFunc(f func(data gview.Params))