Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gopher ¶
type Gopher 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"` Location string `json:"location" bson:"location"` ProfileImagePath string `json:"profileImagePath" bson:"profileImagePath"` }
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"` }
type UserProfile ¶
type UserProfile struct { PageTitle string `json:"pageTitle", bson:"pageTitle"` UUID string `json:"uuid" bson:"uuid"` Username string `json:"username" bson:"username"` About string `json:"about" bson:"about"` Location string `json:"location" bson:"location"` Interests string `json:"interests" bson:"interests"` ProfileImagePath string `json:"profileImagePath" bson:"profileImagePath"` Form *forms.MyProfileForm }
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.