Documentation ¶
Index ¶
- type Gofiber
- 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 (*Gofiber) Name() string
- func (gof *Gofiber) Path() string
- func (gof *Gofiber) Query() url.Values
- func (gof *Gofiber) Redirect()
- func (gof *Gofiber) Request() *http.Request
- func (gof *Gofiber) SetApp(app interface{}) error
- func (gof *Gofiber) SetContentType()
- func (*Gofiber) SetContext(contextInterface interface{}) adapter.WebFrameWork
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gofiber ¶
type Gofiber struct { adapter.BaseAdapter // contains filtered or unexported fields }
Fasthttp structure value is a Fasthttp GoAdmin adapter.
func (*Gofiber) AddHandler ¶
AddHandler implements the method Adapter.AddHandler.
func (*Gofiber) Content ¶
func (gof *Gofiber) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, btns ...types.Button)
Content implements the method Adapter.Content.
func (*Gofiber) Redirect ¶
func (gof *Gofiber) Redirect()
Redirect implements the method Adapter.Redirect.
func (*Gofiber) SetContentType ¶
func (gof *Gofiber) SetContentType()
SetContentType implements the method Adapter.SetContentType.
func (*Gofiber) SetContext ¶
func (*Gofiber) SetContext(contextInterface interface{}) adapter.WebFrameWork
SetContext implements the method Adapter.SetContext.
Click to show internal directories.
Click to hide internal directories.