package
Version:
v0.0.0-...-a929f0c
Opens a new window with list of versions in this module.
Published: Jul 24, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func AuthRoute(route fiber.Router, db *gorm.DB)
type Handler struct {
DB *gorm.DB
}
type LoginUser struct {
Email string `json:"email"`
Username string `json:"username"`
CreatedAt time.Time `json:"createdAt"`
ID uint `json:"id"`
}
type UserSchema struct {
Email string `json:"email"`
Username string `json:"username"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.