Versions in this module Expand all Collapse all v1 v1.117.0 Jul 29, 2026 Changes in this version + type Brand struct + ImplementorLogoSVG string + ImplementorName string + ImplementorURL string + LogoSVG string + Name string + URL string + type Gate struct + func New(resolve PersonaResolver, brand Brand) *Gate + func (g *Gate) Allows(roles []string) bool + func (g *Gate) Deny(w http.ResponseWriter, r *http.Request, email string) + func (g *Gate) Require(next http.Handler) http.Handler + type PersonaResolver func(roles []string) *portal.PersonaInfo