Versions in this module Expand all Collapse all v1 v1.3.0 Nov 16, 2024 Changes in this version + func Content(handler HandlerFunc) gin.HandlerFunc + type Gin struct + func (*Gin) Name() string + func (*Gin) SetContentType() + func (*Gin) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (gins *Gin) AddHandler(method, path string, handlers context.Handlers) + func (gins *Gin) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...) + func (gins *Gin) FormParam() url.Values + func (gins *Gin) GetCookie() (string, error) + func (gins *Gin) IsPjax() bool + func (gins *Gin) Lang() string + func (gins *Gin) Method() string + func (gins *Gin) Path() string + func (gins *Gin) Query() url.Values + func (gins *Gin) Redirect() + func (gins *Gin) Request() *http.Request + func (gins *Gin) SetApp(app interface{}) error + 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) Other modules containing this package github.com/oursportsnation/go-admin/v2