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.
1 parent 8ddbfba commit 5d13c4bCopy full SHA for 5d13c4b
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
+ TitleName string `json:"title_name,omitempty" bson:"title_name,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