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