1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-17 07:48:52 +00:00

Add parsing of the indirect access operator ('=>').

This commit is contained in:
Eric Promislow
2025-04-24 16:17:14 -07:00
parent c2a55b2c19
commit 33c94ede71
6 changed files with 206 additions and 140 deletions

View File

@@ -38,4 +38,5 @@ const (
Exists Operator = "exists"
GreaterThan Operator = "gt"
LessThan Operator = "lt"
IndirectSelector Operator = "=>"
)