Versions in this module Expand all Collapse all v2 v2.0.1 Apr 23, 2026 Changes in this version + func JWT() *_JwtLoginPlugin + func LoginInHead() *_loginInHead + func SetConfigSuffix(suffix string) *_SetConfigSuffixPlugin + func Silent(url ...string) *_SilenceSetter + type DelimSetter struct + func NewDelimSetter(strs ...string) *DelimSetter + func (d *DelimSetter) SetDelim() [2]string + type Html5Router struct + func Html5RoutePages(include []string, excluded ...[]string) *Html5Router + func (p *Html5Router) Get(ctx *goblet.Context) error + type HtmlRenderPlugin struct + func (h *HtmlRenderPlugin) AddCfgAndInit(s *goblet.Server) error + func (h *HtmlRenderPlugin) Init(s render.RenderServer, funcs template.FuncMap) + func (h *HtmlRenderPlugin) PrepareInstance(c render.RenderContext) (render.RenderInstance, error) + func (h *HtmlRenderPlugin) Type() string + type PageRedirector struct + func PageRedirect(matcher *regexp.Regexp, target string, withOriginalAsQuery bool) *PageRedirector + func (p *PageRedirector) Get(ctx *goblet.Context) error + type XmlRenderPlugin struct + func (x *XmlRenderPlugin) AddCfgAndInit(s *goblet.Server) error + func (x *XmlRenderPlugin) Init(s render.RenderServer, funcs template.FuncMap) + func (x *XmlRenderPlugin) PrepareInstance(c render.RenderContext) (render.RenderInstance, error) + func (x *XmlRenderPlugin) Type() string