Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
Name string `json:"name" gorm:"index;not null"`
Email string `json:"email" gorm:"index;not null"`
FirstName *string `json:"firstName"`
LastName *string `json:"lastName"`
Date *time.Time `json:"date"`
Gender *int `json:"gender" binding:"required"`
Password string `json:"password"`
core.Model
}
Click to show internal directories.
Click to hide internal directories.