package
Version:
v0.0.0-...-9b36f3e
Opens a new window with list of versions in this module.
Published: Jun 12, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
gorm.Model
Name string `json:"name" binding:"required"`
Email string `json:"email" gorm:"unique" binding:"required"`
Password string `json:"password" binding:"required"`
Roles string `json:"roles"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.