Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exam ¶
type Exam struct { UUID uuid.UUID `gorm:"type:uuid;primary_key;" json:"ID,omitempty"` Subject string `json:"subject"` ModuleName string `json:"moduleName"` URL string `json:"url"` ModuleAltName *string `json:"moduleAltName"` Year *int `json:"year"` Examiners *string `json:"examiners"` Semester *string `json:"semester"` }
func (*Exam) BeforeCreate ¶
BeforeCreate will set a UUID rather than numeric ID. taken from https://github.com/FachschaftMathPhysInfo/ostseee/blob/master/server/go/model_base.go
type PresignedReturn ¶
Click to show internal directories.
Click to hide internal directories.