fix:#82 added event parser

This commit is contained in:
masterElmar
2023-12-12 17:12:46 +01:00
parent 31c27635d3
commit a714e92cd9
2 changed files with 163 additions and 9 deletions

View File

@@ -4,8 +4,8 @@ import "time"
// MODELS
// Event represents the overall event details.
type Event struct {
// SportEntry represents the overall event details.
type SportEntry struct {
Title string
Details EventDetails
AdditionalNote string