Searched refs:ruleProperty (Results 1 – 1 of 1) sorted by relevance
347 type ruleProperty struct { struct391 props []ruleProperty392 unlessProps []ruleProperty437 r.props = append(r.props, ruleProperty{449 r.unlessProps = append(r.unlessProps, ruleProperty{576 func hasAnyProperty(properties []interface{}, props []ruleProperty) bool { argument585 func hasAllProperties(properties []interface{}, props []ruleProperty) bool { argument594 func hasProperty(properties []interface{}, prop ruleProperty) bool { argument