| 58 | } |
| 59 | |
| 60 | type ambiguousPath struct { |
| 61 | parent path |
| 62 | branch ambiguousSelector |
| 63 | ending plainPath |
| 64 | } |
| 65 | |
| 66 | func (p *ambiguousPath) evaluate(ctx context.Context, parameter interface{}) (interface{}, error) { |
| 67 | matchs := []interface{}{} |
nothing calls this directly
no outgoing calls
no test coverage detected