Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { ID string `bson:"_id,omitempty" json:"id,omitempty"` FirstName string `bson:"first_name" json:"first_name" validate:"required"` LastName string `bson:"last_name" json:"last_name" validate:"required"` Email string `bson:"email" json:"email"` Password string `bson:"password" json:"-"` Activated bool `bson:"activated" json:"activated"` Created string `bson:"created" json:"created"` Modified string `bson:"modified" json:"modified"` }
Click to show internal directories.
Click to hide internal directories.