generated: ./hack/update-vendor.sh
This commit is contained in:
2
vendor/github.com/google/cel-go/checker/decls/decls.go
generated
vendored
2
vendor/github.com/google/cel-go/checker/decls/decls.go
generated
vendored
@@ -67,7 +67,7 @@ func NewAbstractType(name string, paramTypes ...*exprpb.Type) *exprpb.Type {
|
||||
// NewOptionalType constructs an abstract type indicating that the parameterized type
|
||||
// may be contained within the object.
|
||||
func NewOptionalType(paramType *exprpb.Type) *exprpb.Type {
|
||||
return NewAbstractType("optional", paramType)
|
||||
return NewAbstractType("optional_type", paramType)
|
||||
}
|
||||
|
||||
// NewFunctionType creates a function invocation contract, typically only used
|
||||
|
||||
Reference in New Issue
Block a user