mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-03 10:19:14 +02:00
fix:#65 updated db model for proxyrecord
This commit is contained in:
@@ -26,3 +26,9 @@ type SeminarGroup struct {
|
||||
Semester string
|
||||
Events []Event
|
||||
}
|
||||
|
||||
type SeminarGroups []SeminarGroup
|
||||
|
||||
func (group *SeminarGroup) UniqueKey() string {
|
||||
return group.Course + group.Semester
|
||||
}
|
||||
|
Reference in New Issue
Block a user