package
Version:
v0.0.0-...-1ae8f5d
Opens a new window with list of versions in this module.
Published: Jun 25, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Login(c *fiber.Ctx) error
func NewAdmin(c *fiber.Ctx) error
type Admin struct {
gorm.Model
Account string `gorm:"size:255; unique" json:"account"`
Password string `gorm:"size:255" json:"password"`
}
func GetAdminByJwtToken(c *fiber.Ctx) *Admin
Source Files
¶
Click to show internal directories.
Click to hide internal directories.