Versions in this module Expand all Collapse all v1 v1.4.0 Mar 10, 2023 Changes in this version + type Matcher interface + GetChildWithIndex func(index int) Matcher + GetChildWithKey func(key string) Matcher + Matches func() bool + MatchesPartial func() bool + func AlwaysMatcher() Matcher + func Parse(message json.RawMessage, propagate bool) Matcher + type PathMatcher struct + Paths [][]interface{} + Propagate bool + func Append(matcher *PathMatcher, message json.RawMessage) *PathMatcher + func AppendSingle(matcher *PathMatcher, message json.RawMessage) *PathMatcher + func Empty(propagate bool) *PathMatcher + func (p *PathMatcher) GetChildWithIndex(index int) Matcher + func (p *PathMatcher) GetChildWithKey(key string) Matcher + func (p *PathMatcher) Matches() bool + func (p *PathMatcher) MatchesPartial() bool