Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunOauthServer ¶
Types ¶
type User ¶
type User struct { UserId uuid.UUID `json:"userId" gorm:"primaryKey"` FirstName string `json:"firstName"` LastName string `json:"lastName"` UserName string `json:"userName"` Email string `json:"email"` Password string `json:"password"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` }
User model
Click to show internal directories.
Click to hide internal directories.