settings: Challenge can never ends
This commit is contained in:
parent
d4f69059bf
commit
aad95f1e53
12 changed files with 36 additions and 22 deletions
|
@ -27,8 +27,8 @@ type Settings struct {
|
|||
|
||||
// Start is the departure time (expected or effective).
|
||||
Start time.Time `json:"start"`
|
||||
// End is the expected end time.
|
||||
End time.Time `json:"end"`
|
||||
// End is the expected end time (if empty their is no end-date).
|
||||
End *time.Time `json:"end,omitempty"`
|
||||
// Generation is a value used to regenerate static files.
|
||||
Generation time.Time `json:"generation"`
|
||||
// ActivateTime is the time when the current file should be proceed.
|
||||
|
|
Reference in a new issue