(c context.Context, r interface{}, visit pathMatcher)
| 5 | type path interface { |
| 6 | evaluate(c context.Context, parameter interface{}) (interface{}, error) |
| 7 | visitMatchs(c context.Context, r interface{}, visit pathMatcher) |
| 8 | withPlainSelector(plainSelector) path |
| 9 | withAmbiguousSelector(ambiguousSelector) path |
| 10 | } |
no outgoing calls
no test coverage detected