Versions in this module Expand all Collapse all v1 v1.0.0 Apr 22, 2021 Changes in this version + type MongoDBMenu struct + ClientMenu *mongo.Collection + func New() (referenceInicialized *MongoDBMenu, err error) + func (e *MongoDBMenu) CreateTableMenu() (err error) + func (e *MongoDBMenu) Get() (menu []dataFormat.Menu, length int, err error) + func (e *MongoDBMenu) GetClassroomMenuFields() (menu []dataFormat.Menu, length int, err error) + func (e *MongoDBMenu) Install() (err error) + func (e *MongoDBMenu) Set(id, idSecondary string, typeContent int, classroom int, text string, admin int, ...) (err error)