Bump cel-go to v0.12.1
This commit is contained in:
2
vendor/github.com/google/cel-go/parser/macro.go
generated
vendored
2
vendor/github.com/google/cel-go/parser/macro.go
generated
vendored
@@ -284,7 +284,7 @@ const (
|
||||
quantifierExistsOne
|
||||
)
|
||||
|
||||
// MakeExists expands the input call arguments into a comprehension that returns true if all of the
|
||||
// MakeAll expands the input call arguments into a comprehension that returns true if all of the
|
||||
// elements in the range match the predicate expressions:
|
||||
// <iterRange>.all(<iterVar>, <predicate>)
|
||||
func MakeAll(eh ExprHelper, target *exprpb.Expr, args []*exprpb.Expr) (*exprpb.Expr, *common.Error) {
|
||||
|
Reference in New Issue
Block a user