aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/jmespath/go-jmespath/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/jmespath/go-jmespath/api.go')
-rw-r--r--vendor/github.com/jmespath/go-jmespath/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/jmespath/go-jmespath/api.go b/vendor/github.com/jmespath/go-jmespath/api.go
index 9cfa988..8e26ffe 100644
--- a/vendor/github.com/jmespath/go-jmespath/api.go
+++ b/vendor/github.com/jmespath/go-jmespath/api.go
@@ -2,7 +2,7 @@ package jmespath
2 2
3import "strconv" 3import "strconv"
4 4
5// JmesPath is the epresentation of a compiled JMES path query. A JmesPath is 5// JMESPath is the epresentation of a compiled JMES path query. A JMESPath is
6// safe for concurrent use by multiple goroutines. 6// safe for concurrent use by multiple goroutines.
7type JMESPath struct { 7type JMESPath struct {
8 ast ASTNode 8 ast ASTNode