mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-18 12:32:26 +01:00
add fetcher for semgrp from xml
This commit is contained in:
@@ -3,6 +3,10 @@ package model
|
||||
type SeminarGroup struct {
|
||||
University string
|
||||
GroupShortcut string
|
||||
GroupId string
|
||||
Course string
|
||||
Faculty string
|
||||
FacultyId string
|
||||
Events []Events
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user