Documentation ¶ Index ¶ type Viewing Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Viewing ¶ type Viewing struct { ID int `db:"id"` UserID int `db:"user_id"` MomentID int `db:"moment_id"` ViewCount int `db:"view_count"` Rating float64 `db:"rating"` DateCreated time.Time `db:"date_created"` } Viewings represent a Moment a User saw Source Files ¶ View all Source files viewings.go Click to show internal directories. Click to hide internal directories.