Versions in this module Expand all Collapse all v0 v0.1.1 Feb 17, 2021 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, fn2 context.NodeProcessor, ...) + CookieKey func() string + DisableLog func() + FormParam func() url.Values + GetConnection func() db.Connection + GetCookie func() (string, error) + HTMLContentType func() string + IsPjax func() bool + Lang func() string + Method func() string + Name func() string + Path func() string + Redirect func() + Run func() error + 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)