fix:#82 fetched internal sport course id for unique identification

This commit is contained in:
masterElmar
2023-12-13 19:33:00 +01:00
parent 7ddc227ee4
commit cded924094
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.