settings: add VideosLink parameter
This commit is contained in:
parent
6034246015
commit
7da6f5cd0c
3 changed files with 10 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Reference in a new issue