logs update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user