Versions in this module Expand all Collapse all v1 v1.0.1 Oct 25, 2025 v1.0.0 Oct 25, 2025 Changes in this version + type Controller struct + Config gcore.Config + Cookie gcore.Cookies + Ctx gcore.Ctx + I18n gcore.I18n + Lang string + Logger gcore.Logger + Param gcore.Params + Request *http.Request + Response http.ResponseWriter + Router gcore.HTTPRouter + Session gcore.Session + SessionStore gcore.SessionStorage + Tpl gcore.Template + View gcore.View + func (this *Controller) Die(msg ...interface{}) + func (this *Controller) GetConfig() gcore.Config + func (this *Controller) GetCookie() gcore.Cookies + func (this *Controller) GetCtx() gcore.Ctx + func (this *Controller) GetI18n() gcore.I18n + func (this *Controller) GetLang() string + func (this *Controller) GetLogger() gcore.Logger + func (this *Controller) GetParam() gcore.Params + func (this *Controller) GetRouter() gcore.HTTPRouter + func (this *Controller) GetSession() gcore.Session + func (this *Controller) GetSessionStore() gcore.SessionStorage + func (this *Controller) GetTemplate() gcore.Template + func (this *Controller) GetView() gcore.View + func (this *Controller) MethodCallPost() + func (this *Controller) MethodCallPre(ctx gcore.Ctx) + func (this *Controller) SessionDestroy() (err error) + func (this *Controller) SessionStart() (err error) + func (this *Controller) Stop(msg ...interface{}) + func (this *Controller) StopE(err interface{}, fn ...func()) + func (this *Controller) Tr(key string, defaultText ...string) string + func (this *Controller) Write(data ...interface{}) (n int, err error) + func (this *Controller) WriteE(data ...interface{}) (n int, err error)