Remove all remaining validator_regexp
This commit is contained in:
parent
373bd83640
commit
ecb815666e
6 changed files with 9 additions and 9 deletions
|
|
@ -57,7 +57,7 @@ type myTeamFlag struct {
|
|||
IgnoreOrder bool `json:"ignore_order,omitempty"`
|
||||
IgnoreCase bool `json:"ignore_case,omitempty"`
|
||||
Multiline bool `json:"multiline,omitempty"`
|
||||
CaptureRe *string `json:"validator_regexp,omitempty"`
|
||||
CaptureRe *string `json:"capture_regexp,omitempty"`
|
||||
Solved *time.Time `json:"found,omitempty"`
|
||||
PSolved *time.Time `json:"part_solved,omitempty"`
|
||||
Soluce string `json:"soluce,omitempty"`
|
||||
|
|
|
|||
Reference in a new issue