Versions in this module Expand all Collapse all v1 v1.3.3 Sep 28, 2022 Changes in this version type Gofiber + func (fagof *Gofiber) Run() error + func (gof *Gofiber) DisableLog() + func (gof *Gofiber) Static(prefix, path string) v1.3.2 Sep 21, 2022 Changes in this version + type Gofiber struct + func (*Gofiber) Name() string + func (*Gofiber) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (gof *Gofiber) AddHandler(method, path string, handlers context.Handlers) + func (gof *Gofiber) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...) + func (gof *Gofiber) FormParam() url.Values + func (gof *Gofiber) GetCookie() (string, error) + func (gof *Gofiber) IsPjax() bool + func (gof *Gofiber) Lang() string + func (gof *Gofiber) Method() string + func (gof *Gofiber) Path() string + func (gof *Gofiber) Query() url.Values + func (gof *Gofiber) Redirect() + func (gof *Gofiber) SetApp(app interface{}) error + func (gof *Gofiber) SetContentType() + func (gof *Gofiber) Use(app interface{}, plugs []plugins.Plugin) error + func (gof *Gofiber) User(ctx interface{}) (models.UserModel, bool) + func (gof *Gofiber) Write(body []byte)