| 72 | } |
| 73 | |
| 74 | type MatchingCriteria struct { |
| 75 | Field string `json:"field"` |
| 76 | Operator string `json:"operator"` |
| 77 | Value string `json:"value"` |
| 78 | Pattern string `json:"pattern"` |
| 79 | AllowableDrift float64 `json:"allowable_drift"` |
| 80 | } |
nothing calls this directly
no outgoing calls
no test coverage detected