Versions in this module Expand all Collapse all v1 v1.2.12 May 22, 2020 Changes in this version + type BaseAdapter struct + func (base *BaseAdapter) CookieKey() string + func (base *BaseAdapter) GetConnection() db.Connection + func (base *BaseAdapter) GetContent(ctx interface{}, getPanelFn types.GetPanelFn, wf WebFrameWork, ...) + func (base *BaseAdapter) GetUse(app interface{}, plugin []plugins.Plugin, wf WebFrameWork) error + func (base *BaseAdapter) GetUser(ctx interface{}, wf WebFrameWork) (models.UserModel, bool) + func (base *BaseAdapter) HTMLContentType() string + func (base *BaseAdapter) SetConnection(conn db.Connection) + type WebFrameWork interface + AddHandler func(method, path string, handlers context.Handlers) + Content func(ctx interface{}, fn types.GetPanelFn, navButtons ...types.Button) + CookieKey func() string + DisableLog func() + FormParam func() url.Values + GetConnection func() db.Connection + GetCookie func() (string, error) + HTMLContentType func() string + IsPjax func() bool + Method func() string + Name func() string + Path func() string + Redirect func() + SetApp func(app interface{}) error + SetConnection func(db.Connection) + SetContentType func() + SetContext func(ctx interface{}) WebFrameWork + Static func(prefix, path string) + Use func(app interface{}, plugins []plugins.Plugin) error + User func(ctx interface{}) (models.UserModel, bool) + Write func(body []byte)