Searched refs:ruleProperty (Results 1 – 1 of 1) sorted by relevance
178 type ruleProperty struct { struct193 props []ruleProperty194 unlessProps []ruleProperty222 r.props = append(r.props, ruleProperty{230 r.unlessProps = append(r.unlessProps, ruleProperty{311 func hasAnyProperty(properties []interface{}, props []ruleProperty) bool { argument320 func hasAllProperties(properties []interface{}, props []ruleProperty) bool { argument329 func hasProperty(properties []interface{}, prop ruleProperty) bool { argument