Bump cel-go to v0.12.0
This commit is contained in:
4
vendor/github.com/google/cel-go/interpreter/functions/functions.go
generated
vendored
4
vendor/github.com/google/cel-go/interpreter/functions/functions.go
generated
vendored
@@ -45,6 +45,10 @@ type Overload struct {
|
||||
// Function defines the overload with a FunctionOp implementation. May be
|
||||
// nil.
|
||||
Function FunctionOp
|
||||
|
||||
// NonStrict specifies whether the Overload will tolerate arguments that
|
||||
// are types.Err or types.Unknown.
|
||||
NonStrict bool
|
||||
}
|
||||
|
||||
// UnaryOp is a function that takes a single value and produces an output.
|
||||
|
Reference in New Issue
Block a user