add fetcher for semgrp from xml

This commit is contained in:
Elmar Kresse
2023-06-26 15:23:14 +02:00
parent 0ca48caef0
commit f033161e57
6 changed files with 137 additions and 17 deletions

View File

@@ -3,6 +3,10 @@ package model
type SeminarGroup struct {
University string
GroupShortcut string
GroupId string
Course string
Faculty string
FacultyId string
Events []Events
}