Versions in this module Expand all Collapse all v1 v1.0.0 Apr 22, 2021 Changes in this version + type SQLiteUser struct + func New() (referenceInicialized *SQLiteUser, err error) + func (e *SQLiteUser) GetByEmail(mail string) (user dataFormat.User, err error) + func (e *SQLiteUser) Install() (err error) + func (e *SQLiteUser) MailExists(mail string) (found bool, err error) + func (e *SQLiteUser) Set(id string, admin int, name, nickName, email, password string) (err error)