Implement flag arrays

This commit is contained in:
nemunaire 2018-12-04 18:34:38 +01:00
commit dbf1985d25
6 changed files with 90 additions and 8 deletions

View file

@ -29,7 +29,8 @@ type ExerciceUnlockFile struct {
type ExerciceFlag struct {
Id int64
Label string `toml:",omitempty"`
Raw string
Raw interface{}
Separator string `toml:",omitempty"`
IgnoreCase bool `toml:",omitempty"`
ValidatorRe string `toml:"validator_regexp,omitempty"`
Help string `toml:",omitempty"`