feat(aa): add define parameter for variables.
This commit is contained in:
parent
c719a0a109
commit
e9fa0660f8
2 changed files with 4 additions and 1 deletions
|
|
@ -73,6 +73,9 @@ type Variable struct {
|
|||
RuleBase
|
||||
Name string
|
||||
Values []string
|
||||
Define bool
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func (r *Variable) Less(other any) bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue