Versions in this module Expand all Collapse all v0 v0.12.0 Jan 31, 2017 v0.10.0 Jan 24, 2017 Changes in this version + type Email struct + Address string + Primary bool + type Password string + func (p *Password) Set(pwd string) + type Settings struct + NotificationsActive bool + NotifyByEmail bool + type User struct + Email string + Emails []*Email + Password Password + Settings *Settings + Username string + Websites []string