Skip to content

Commit f15f985

Browse files
authored
Merge pull request #16 from SwimResults/develop
subtitles
2 parents 4ab70ce + c46a960 commit f15f985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model/meeting.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ type Meeting struct {
1515
SeriesId primitive.ObjectID `json:"-" bson:"series_id,omitempty"`
1616
Series MeetingSeries `json:"series,omitempty" bson:"-"`
1717
Iteration int `json:"iteration,omitempty" bson:"iteration,omitempty"`
18+
Subtitles []string `json:"subtitles,omitempty" bson:"subtitles,omitempty"`
1819
State string `json:"state,omitempty" bson:"state,omitempty"` // options: HIDDEN; ANNOUNCED; PREPARATION; OPENING; RUNNING; BREAK; PAUSE; FINAL; OVER; ARCHIVED;
1920
Unpublished bool `json:"unpublished,omitempty" bson:"unpublished,omitempty"`
2021
MeetId string `json:"meet_id,omitempty" bson:"meet_id,omitempty"`

0 commit comments

Comments
 (0)