Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2018 Changes in this version + type Account struct + Email string + ID bson.ObjectId + Password string + Username string + func (a *Account) ComparePassword(password string) bool + func (a *Account) GeneratePassword() error