Implement unit property for flags
This commit is contained in:
parent
c3742ade4e
commit
61fccca070
7 changed files with 17 additions and 7 deletions
|
|
@ -46,6 +46,7 @@ type ExerciceFlag struct {
|
|||
LockedFile []ExerciceUnlockFile `toml:"unlock_file,omitempty"`
|
||||
NeedFlag []ExerciceDependency `toml:"need_flag,omitempty"`
|
||||
NoShuffle bool
|
||||
Unit string `toml:"unit,omitempty"`
|
||||
NumberMin interface{} `toml:"min,omitempty"`
|
||||
NumberMax interface{} `toml:"max,omitempty"`
|
||||
NumberStep interface{} `toml:"step,omitempty"`
|
||||
|
|
|
|||
Reference in a new issue