Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DbConfig ¶
func (*DbConfig) InitDatabase ¶
type User ¶
type User struct { ID int64 `gorm:"primaryKey"` AccessHash int64 FirstName string LastName string Role string PhoneNumber string IsBoy bool IsFumStudent bool StudentNumber string FumFaculty string IsStudent bool IsMashhadStudent bool UniversityName string EntranceYear string IsMastPhd bool StudentMajor string IsGraduateStudent bool IsStudentRelative bool }
Click to show internal directories.
Click to hide internal directories.