Merge pull request #113 from HTWK-Leipzig/82-add-university-sports-course

fix:#82 fetched internal sport course id for unique identification
This commit is contained in:
masterElmar
2023-12-13 19:33:24 +01:00
committed by GitHub
2 changed files with 28 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ type SportEntry struct {
Title string
Details EventDetails
AdditionalNote string
ID string
}
// EventDetails represents detailed information about the event.