Versions in this module Expand all Collapse all v0 v0.0.0 Jul 11, 2020 Changes in this version + func NewUserRepository(db *sql.DB) persistence.UserRepository + type User struct + Email string + FacebookID mysql.NullString + GoogleID mysql.NullString + ID string + func (u User) GetEmail() string + func (u User) GetFacebookID() string + func (u User) GetGoogleID() string + func (u User) GetID() string