sync: Handle remote challenge files
This commit is contained in:
parent
ec3f818c30
commit
1d4b79bf90
5 changed files with 126 additions and 30 deletions
|
|
@ -31,6 +31,7 @@ type ExerciceUnlockFile struct {
|
|||
// ExerciceFile defines attributes on files.
|
||||
type ExerciceFile struct {
|
||||
Filename string `toml:",omitempty"`
|
||||
URL string `toml:",omitempty"`
|
||||
Hidden bool `toml:",omitempty"`
|
||||
Disclaimer string `toml:",omitempty"`
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue