Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { ID *primitive.ObjectID `bson:"_id,omitempty"` Username *string `bson:"username,omitempty"` Email *string `bson:"email,omitempty"` PasswordHash *string `bson:"passwordHash,omitempty"` Bio *string `bson:"bio,omitempty"` Image *string `bson:"image,omitempty"` CreatedAt *time.Time `bson:"createdAt,omitempty"` UpdatedAt *time.Time `bson:"updatedAt,omitempty"` LastSession *time.Time `bson:"lastSession,omitempty"` }
Click to show internal directories.
Click to hide internal directories.