Skip to content

Commit b4be970

Browse files
committed
add name extension to event to allow labels like "masters"
1 parent 3df4878 commit b4be970

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model/event.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type Event struct {
1616
Style Style `json:"style,omitempty" bson:"-"` // PDF + DSV
1717
Final EventFinal `json:"final,omitempty" bson:"final,omitempty"` // manually
1818
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"
1920
Finished bool `json:"finished,omitempty" bson:"finished,omitempty"` // PDF + DSV + Livetiming
2021
Certified bool `json:"certified,omitempty" bson:"certified,omitempty"` // PDF + DSV ! used for result file links
2122
NoStartList bool `json:"no_start_list,omitempty" bson:"no_start_list,omitempty"` // manually ! used for start list file links

0 commit comments

Comments
 (0)