Documentation
¶
Index ¶
- Constants
- func CurrentUser(c *fiber.Ctx) *model.User
- func LogoutAction(c *fiber.Ctx) error
- func SigninAction(c *fiber.Ctx) error
- func SigninPage(c *fiber.Ctx) error
- func SignupAction(c *fiber.Ctx) error
- func SignupPage(c *fiber.Ctx) error
- func SuperAccessCheck(c *fiber.Ctx, obj *object.AdminObject) error
Constants ¶
View Source
const ( KeyDB = "admin.user.gorm.db" KeyNoCheckRouter = "admin.user.router.nocheck" KeyCheckRouter = "admin.user.router.check" )
Variables ¶
This section is empty.
Functions ¶
func LogoutAction ¶
func SigninAction ¶
func SigninPage ¶
func SignupAction ¶
func SignupPage ¶
func SuperAccessCheck ¶
func SuperAccessCheck(c *fiber.Ctx, obj *object.AdminObject) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.