Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OpenDbConnection ¶
Types ¶
type StudentSatisfaction ¶
type StudentWorkload ¶
type User ¶
type User struct {
ID uint64 `json:"id,omitempty" gorm:"primaryKey;autoIncrement"`
Name string `json:"name"`
Mail string `json:"mail"`
Popularity int64 `json:"popularity,omitempty"`
Role string `json:"role"`
CreatedAt time.Time `json:"created_at,omitempty"`
UpdatedAt time.Time `json:"updated_at,omitempty"`
DeletedAt gorm.DeletedAt `json:"deleted_at,omitempty" gorm:"index"`
}
Click to show internal directories.
Click to hide internal directories.