Implement NOT logical operator

This commit is contained in:
Pijus Kamandulis
2025-02-25 19:33:32 +02:00
parent 851b3ca3a8
commit 1711c8fb5c
6 changed files with 1537 additions and 1445 deletions

View File

@@ -42,6 +42,7 @@ type SelectItem struct {
SelectItems []SelectItem
Type SelectItemType
Value interface{}
Invert bool
IsTopLevel bool
}