1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-06 09:51:02 +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 7cd8450ba2
commit bbde512a90
7 changed files with 207 additions and 130 deletions

View File

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