Versions in this module Expand all Collapse all v1 v1.0.1 Oct 26, 2023 Changes in this version + type AuthController struct + func (c *AuthController) BasicAuthentication(db *gorm.DB, session *sessions.CookieStore, req kernel.Request) + func (c *AuthController) JWTAuthentication(db *gorm.DB, conf *kernel.ServerConf, req kernel.Request) + type HomeController struct + func (c *HomeController) Main() + type UserController struct + func (c *UserController) Insert(db *gorm.DB) + func (c *UserController) Profile(conf *kernel.ServerConf)