We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ab70ce + c46a960 commit f15f985Copy full SHA for f15f985
model/meeting.go
@@ -15,6 +15,7 @@ type Meeting struct {
15
SeriesId primitive.ObjectID `json:"-" bson:"series_id,omitempty"`
16
Series MeetingSeries `json:"series,omitempty" bson:"-"`
17
Iteration int `json:"iteration,omitempty" bson:"iteration,omitempty"`
18
+ Subtitles []string `json:"subtitles,omitempty" bson:"subtitles,omitempty"`
19
State string `json:"state,omitempty" bson:"state,omitempty"` // options: HIDDEN; ANNOUNCED; PREPARATION; OPENING; RUNNING; BREAK; PAUSE; FINAL; OVER; ARCHIVED;
20
Unpublished bool `json:"unpublished,omitempty" bson:"unpublished,omitempty"`
21
MeetId string `json:"meet_id,omitempty" bson:"meet_id,omitempty"`
0 commit comments