type MatchOption …
func formatMatchOptions(options []MatchOption) string { … }
func WithMatchOption(key, value string) MatchOption { … }
func withMatchType(typ string) MatchOption { … }
func WithMatchSender(sender string) MatchOption { … }
func WithMatchInterface(iface string) MatchOption { … }
func WithMatchMember(member string) MatchOption { … }
func WithMatchObjectPath(path ObjectPath) MatchOption { … }
func WithMatchPathNamespace(namespace ObjectPath) MatchOption { … }
func WithMatchDestination(destination string) MatchOption { … }
func WithMatchArg(argIdx int, value string) MatchOption { … }
func WithMatchArgPath(argIdx int, path string) MatchOption { … }
func WithMatchArg0Namespace(arg0Namespace string) MatchOption { … }
func WithMatchEavesdrop(eavesdrop bool) MatchOption { … }