logs update

This commit is contained in:
mr
2024-08-02 14:07:43 +02:00
parent e23756eba6
commit fa52c71e93
11 changed files with 51 additions and 47 deletions

View File

@@ -101,8 +101,8 @@ func ToValueOperator(operator Operator, value interface{}) interface{} {
}
type Filters struct {
And map[string]Filter `json:"and"`
Or map[string]Filter `json:"or"`
And map[string][]Filter `json:"and"`
Or map[string][]Filter `json:"or"`
}
type Filter struct {