package
Version:
v0.0.0-...-2a1f0d3
Opens a new window with list of versions in this module.
Published: Sep 22, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 1
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" form:"name"`
Email string `json:"email" form:"email"`
Password string `json:"password" form:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.