Versions in this module Expand all Collapse all v1 v1.2.25 Jul 20, 2023 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)