Documentation ¶ Index ¶ type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type User ¶ type User struct { ID int `json:"id" gorm:"primaryKey;autoIncrement"` Name string `json:"name" gorm:"not null"` Email string `json:"email" gorm:"not null"` Password string `json:"password" gorm:"not null"` } Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.