mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-19 22:52:25 +01:00
fix:#82 added event parser
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user