 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func Content(handler HandlerFunc) fasthttp.RequestHandler
- type Fasthttp
- func (fast *Fasthttp) AddHandler(method, path string, handlers context.Handlers)
- func (fast *Fasthttp) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...)
- func (fast *Fasthttp) FormParam() url.Values
- func (fast *Fasthttp) GetCookie() (string, error)
- func (fast *Fasthttp) IsPjax() bool
- func (fast *Fasthttp) Lang() string
- func (fast *Fasthttp) Method() string
- func (*Fasthttp) Name() string
- func (fast *Fasthttp) Path() string
- func (fast *Fasthttp) Query() url.Values
- func (fast *Fasthttp) Redirect()
- func (fast *Fasthttp) Request() *http.Request
- func (fast *Fasthttp) SetApp(app interface{}) error
- func (fast *Fasthttp) SetContentType()
- func (*Fasthttp) SetContext(contextInterface interface{}) adapter.WebFrameWork
- func (fast *Fasthttp) Use(app interface{}, plugs []plugins.Plugin) error
- func (fast *Fasthttp) User(ctx interface{}) (models.UserModel, bool)
- func (fast *Fasthttp) Write(body []byte)
 
- type HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶
func Content(handler HandlerFunc) fasthttp.RequestHandler
Types ¶
type Fasthttp ¶
type Fasthttp struct {
	adapter.BaseAdapter
	// contains filtered or unexported fields
}
    Fasthttp structure value is a Fasthttp GoAdmin adapter.
func (*Fasthttp) AddHandler ¶
AddHandler implements the method Adapter.AddHandler.
func (*Fasthttp) Content ¶
func (fast *Fasthttp) Content( ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, btns ...types.Button, )
Content implements the method Adapter.Content.
func (*Fasthttp) Redirect ¶
func (fast *Fasthttp) Redirect()
Redirect implements the method Adapter.Redirect.
func (*Fasthttp) SetContentType ¶
func (fast *Fasthttp) SetContentType()
SetContentType implements the method Adapter.SetContentType.
func (*Fasthttp) SetContext ¶
func (*Fasthttp) SetContext(contextInterface interface{}) adapter.WebFrameWork
SetContext implements the method Adapter.SetContext.
type HandlerFunc ¶
type HandlerFunc func(ctx *fasthttp.RequestCtx) (types.Panel, error)
 Click to show internal directories. 
   Click to hide internal directories.