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