Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2015 Changes in this version + const VoteDown + const VoteUp + type Entry struct + Anchor string + AuthorUsername string + Body string + BodyRendered string + CreatedAt time.Time + ID int + Identifier Identifier + IdentifierID int + Public bool + RemovedFromPublic bool + Score int + Teams []string + Title string + Type string + UpdatedAt time.Time + UserID int + type Identifier struct + BannedFromPublic bool + CreatedAt time.Time + DocsetBundle string + DocsetFilename string + DocsetName string + DocsetPlatform string + DocsetVersion string + HttrackSource string + ID int + PagePath string + PageTitle string + UpdatedAt time.Time + func (dict Identifier) IsEmpty() bool + type Team struct + CreatedAt time.Time + EncryptedAccessKey string + ID int + Name string + OwnerID int + UpdatedAt time.Time + func (t *Team) AccessKeysMatch(accessKey string) bool + func (t *Team) ChangeAccessKey(newKey string) + type TeamMember struct + Role string + TeamID int + TeamName string + UserID int + type User struct + CreatedAt time.Time + Email sql.NullString + EncryptedPassword string + ID int + Moderator bool + RememberToken sql.NullString + TeamMemberships []TeamMember + UpdatedAt time.Time + Username string + func (u *User) ChangePassword(newPassword string) + func (u *User) PasswordsMatch(password string) bool + type Vote struct + CreatedAt time.Time + EntryID int + ID int + Type int + UpdatedAt time.Time + UserID int + func (v *Vote) IsDownvote() bool + func (v *Vote) IsUpvote() bool