Documentation ¶
Overview ¶
Package SocialMedia implements common functionality needed for social media web applications.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Moods map[string]MoodState
Map that holds the various mood states with keys to serve as aliases to their respective mood states.
Functions ¶
This section is empty.
Types ¶
type AuditableContent ¶
type AuditableContent struct { TimeCreated time.Time TimeModified time.Time CreatedBy string ModifiedBy string }
AuditableContent types are meant to be embedded into types we want to keep a check on for auditing purposes
type MoodState ¶
type MoodState int
Click to show internal directories.
Click to hide internal directories.