File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ type Event struct {
16
16
Style Style `json:"style,omitempty" bson:"-"` // PDF + DSV
17
17
Final EventFinal `json:"final,omitempty" bson:"final,omitempty"` // manually
18
18
Part MeetingPart `json:"part,omitempty" bson:"part,omitempty"` // PDF + DSV
19
+ NameExtension string `json:"name_extension,omitempty" bson:"name_extension,omitempty"` // manually ! used for example for master "Masters"
19
20
Finished bool `json:"finished,omitempty" bson:"finished,omitempty"` // PDF + DSV + Livetiming
20
21
Certified bool `json:"certified,omitempty" bson:"certified,omitempty"` // PDF + DSV ! used for result file links
21
22
NoStartList bool `json:"no_start_list,omitempty" bson:"no_start_list,omitempty"` // manually ! used for start list file links
You can’t perform that action at this time.
0 commit comments