Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { ID int64 Username string FName string LName string LanguageCode string CreatedAt time.Time IsAdmin bool SQLUsername string SQLPassword string SQLDBName string GeminiAPIKey string }
func (*User) AddToDataBase ¶
func (*User) ExistsInDataBase ¶
Proxy function to check if the user exists in the database
func (*User) GetFromDataBase ¶
Click to show internal directories.
Click to hide internal directories.