Searched refs:ValueMatcher (Results 1 – 1 of 1) sorted by relevance
261 type ValueMatcher interface { interface341 matcher ValueMatcher362 WithMatcher(properties string, matcher ValueMatcher) Rule argument366 WithoutMatcher(properties string, matcher ValueMatcher) Rule argument432 func (r *rule) WithMatcher(properties string, matcher ValueMatcher) Rule {444 func (r *rule) WithoutMatcher(properties string, matcher ValueMatcher) Rule {452 func selectMatcher(expected string) ValueMatcher {558 func StartsWith(prefix string) ValueMatcher {562 func Regexp(re string) ValueMatcher {570 func NotInList(allowed []string) ValueMatcher {