Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterfaceLanguage ¶
type InterfaceMenu ¶
type InterfaceMenu interface { Connect(connectionString string, args ...interface{}) (err error) Close() (err error) Get() (menu []dataformat.Menu, length int, err error) GetClassroomMenuFields() (menu []dataformat.Menu, length int, err error) Install() (err error) Set(id, idSecondary string, typeContent int, classroom int, text string, admin int, icon, url string, order int) (err error) }
type InterfacePassword ¶
type InterfaceUID ¶
type InterfaceUID interface {
Get() (uID string)
}
type InterfaceUser ¶
type InterfaceUser interface { Connect(connectionString string, args ...interface{}) (err error) Close() (err error) Install() (err error) GetByEmail(mail string) (user dataformat.User, err error) Set(id string, admin int, name, nickName, email, password string) (err error) MailExists(mail string) (found bool, err error) }
Click to show internal directories.
Click to hide internal directories.