Versions in this module Expand all Collapse all v1 v1.0.0 Jan 29, 2022 Changes in this version + type Controller struct + func New(db *gorm.DB, c config.Config, bundle *i18n.Bundle) Controller + func (controller Controller) Activate(c *gin.Context) + func (controller Controller) Admin(c *gin.Context) + func (controller Controller) DefaultPageData(c *gin.Context) PageData + func (controller Controller) ForgotPassword(c *gin.Context) + func (controller Controller) ForgotPasswordPost(c *gin.Context) + func (controller Controller) Index(c *gin.Context) + func (controller Controller) Login(c *gin.Context) + func (controller Controller) LoginPost(c *gin.Context) + func (controller Controller) Logout(c *gin.Context) + func (controller Controller) NoRoute(c *gin.Context) + func (controller Controller) Register(c *gin.Context) + func (controller Controller) RegisterPost(c *gin.Context) + func (controller Controller) ResendActivation(c *gin.Context) + func (controller Controller) ResendActivationPost(c *gin.Context) + func (controller Controller) ResetPassword(c *gin.Context) + func (controller Controller) ResetPasswordPost(c *gin.Context) + func (controller Controller) Search(c *gin.Context) + type Message struct + Content string + Type string + type PageData struct + CacheParameter string + IsAuthenticated bool + Messages []Message + Title string + Trans func(s string) string + type ResetPasswordPageData struct + Token string + type SearchData struct + Next bool + NextURL string + Prev bool + PrevURL string + Results []models.Website