Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Email string `json:"email" bson:"email"` Password string `json:"-" bson:"password"` Firstname string `json:"firstname" bson:"firstname"` Lastname string `json:"lastname" bson:"lastname"` IsVerified bool `json:"is_verified" bson:"is_verified"` Role Role `json:"role" bson:"role"` CreatedAt time.Time `json:"created_at" bson:"created_at"` UpdatedAt time.Time `json:"updated_at" bson:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.