Versions in this module Expand all Collapse all v1 v1.2.27 Jun 13, 2024 v1.2.26 Jun 13, 2024 Changes in this version + func Content(handler HandlerFunc) buffalo.Handler + type Buffalo struct + func (*Buffalo) Name() string + func (*Buffalo) SetContext(contextInterface interface{}) adapter.WebFrameWork + func (bu *Buffalo) AddHandler(method, path string, handlers context.Handlers) + func (bu *Buffalo) Content(ctx interface{}, getPanelFn types.GetPanelFn, fn context.NodeProcessor, ...) + func (bu *Buffalo) FormParam() neturl.Values + func (bu *Buffalo) GetCookie() (string, error) + func (bu *Buffalo) IsPjax() bool + func (bu *Buffalo) Lang() string + func (bu *Buffalo) Method() string + func (bu *Buffalo) Path() string + func (bu *Buffalo) Query() neturl.Values + func (bu *Buffalo) Redirect() + func (bu *Buffalo) SetApp(app interface{}) error + func (bu *Buffalo) SetContentType() + func (bu *Buffalo) Use(app interface{}, plugs []plugins.Plugin) error + func (bu *Buffalo) User(ctx interface{}) (models.UserModel, bool) + func (bu *Buffalo) Write(body []byte) + type HandleFun func(p string, h buffalo.Handler) *buffalo.RouteInfo + type HandlerFunc func(ctx buffalo.Context) (types.Panel, error)