(ctx context.Context, gParser *gval.Parser)
| 15 | } |
| 16 | |
| 17 | func parseRootPath(ctx context.Context, gParser *gval.Parser) (r gval.Evaluable, err error) { |
| 18 | p := newParser(gParser) |
| 19 | return p.parse(ctx) |
| 20 | } |
| 21 | |
| 22 | func parseCurrentPath(ctx context.Context, gParser *gval.Parser) (r gval.Evaluable, err error) { |
| 23 | p := newParser(gParser) |