Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { UUID string `json:"uuid" bson:"uuid"` Username string `json:"username" bson:"username"` FirstName string `json:"firstName" bson:"firstName"` LastName string `json:"lastName" bson:"lastName"` Email string `json:"email" bson:"email"` PasswordHash string `json:"passwordHash" bson:"passwordHash"` TimestampCreated int64 `json:"timestampCreated" bson:"timestampCreated"` TimestampModified int64 `json:"timestampModified" bson:"timestampModified"` }
Directories ¶
Path | Synopsis |
---|---|
Package SocialMedia implements common functionality needed for social media web applications.
|
Package SocialMedia implements common functionality needed for social media web applications. |
Click to show internal directories.
Click to hide internal directories.