Versions in this module Expand all Collapse all v1 v1.2.12 May 22, 2020 Changes in this version + func Content(handler HandlerFunc) gin.HandlerFunc + type Gin struct + func (gins *Gin) AddHandler(method, path string, handlers context.Handlers) + func (gins *Gin) Content(ctx interface{}, getPanelFn types.GetPanelFn, btns ...types.Button) + func (gins *Gin) DisableLog() + func (gins *Gin) FormParam() url.Values + func (gins *Gin) GetCookie() (string, error) + func (gins *Gin) IsPjax() bool + func (gins *Gin) Method() string + func (gins *Gin) Name() string + func (gins *Gin) Path() string + func (gins *Gin) Redirect() + func (gins *Gin) SetApp(app interface{}) error + func (gins *Gin) SetContentType() + func (gins *Gin) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (gins *Gin) Static(prefix, path string) + func (gins *Gin) Use(app interface{}, plugs []plugins.Plugin) error + func (gins *Gin) User(ctx interface{}) (models.UserModel, bool) + func (gins *Gin) Write(body []byte) + type HandlerFunc func(ctx *gin.Context) (types.Panel, error)