settings: add VideosLink parameter

This commit is contained in:
nemunaire 2018-08-19 17:19:39 +02:00 committed by Pierre-Olivier Mercier
parent 6034246015
commit 7da6f5cd0c
3 changed files with 10 additions and 1 deletions

View file

@ -24,6 +24,8 @@ type FICSettings struct {
Title string `json:"title"`
// Authors is the group name of people making the challenge.
Authors string `json:"authors"`
// VideoLink is the link to explaination videos when the challenge is over.
VideosLink string `json:"videoslink"`
// Start is the departure time (expected or effective).
Start time.Time `json:"start"`