Versions in this module Expand all Collapse all v0 v0.18.0 Oct 23, 2024 Changes in this version + var File_cel_expr_conformance_test_simple_proto protoreflect.FileDescriptor + type ErrorSetMatcher struct + Errors []*expr.ErrorSet + func (*ErrorSetMatcher) Descriptor() ([]byte, []int) + func (*ErrorSetMatcher) ProtoMessage() + func (x *ErrorSetMatcher) GetErrors() []*expr.ErrorSet + func (x *ErrorSetMatcher) ProtoReflect() protoreflect.Message + func (x *ErrorSetMatcher) Reset() + func (x *ErrorSetMatcher) String() string + type SimpleTest struct + Bindings map[string]*expr.ExprValue + Container string + Description string + DisableCheck bool + DisableMacros bool + Expr string + Locale string + Name string + ResultMatcher isSimpleTest_ResultMatcher + TypeEnv []*expr.Decl + func (*SimpleTest) Descriptor() ([]byte, []int) + func (*SimpleTest) ProtoMessage() + func (m *SimpleTest) GetResultMatcher() isSimpleTest_ResultMatcher + func (x *SimpleTest) GetAnyEvalErrors() *ErrorSetMatcher + func (x *SimpleTest) GetAnyUnknowns() *UnknownSetMatcher + func (x *SimpleTest) GetBindings() map[string]*expr.ExprValue + func (x *SimpleTest) GetContainer() string + func (x *SimpleTest) GetDescription() string + func (x *SimpleTest) GetDisableCheck() bool + func (x *SimpleTest) GetDisableMacros() bool + func (x *SimpleTest) GetEvalError() *expr.ErrorSet + func (x *SimpleTest) GetExpr() string + func (x *SimpleTest) GetLocale() string + func (x *SimpleTest) GetName() string + func (x *SimpleTest) GetTypeEnv() []*expr.Decl + func (x *SimpleTest) GetUnknown() *expr.UnknownSet + func (x *SimpleTest) GetValue() *expr.Value + func (x *SimpleTest) ProtoReflect() protoreflect.Message + func (x *SimpleTest) Reset() + func (x *SimpleTest) String() string + type SimpleTestFile struct + Description string + Name string + Section []*SimpleTestSection + func (*SimpleTestFile) Descriptor() ([]byte, []int) + func (*SimpleTestFile) ProtoMessage() + func (x *SimpleTestFile) GetDescription() string + func (x *SimpleTestFile) GetName() string + func (x *SimpleTestFile) GetSection() []*SimpleTestSection + func (x *SimpleTestFile) ProtoReflect() protoreflect.Message + func (x *SimpleTestFile) Reset() + func (x *SimpleTestFile) String() string + type SimpleTestSection struct + Description string + Name string + Test []*SimpleTest + func (*SimpleTestSection) Descriptor() ([]byte, []int) + func (*SimpleTestSection) ProtoMessage() + func (x *SimpleTestSection) GetDescription() string + func (x *SimpleTestSection) GetName() string + func (x *SimpleTestSection) GetTest() []*SimpleTest + func (x *SimpleTestSection) ProtoReflect() protoreflect.Message + func (x *SimpleTestSection) Reset() + func (x *SimpleTestSection) String() string + type SimpleTest_AnyEvalErrors struct + AnyEvalErrors *ErrorSetMatcher + type SimpleTest_AnyUnknowns struct + AnyUnknowns *UnknownSetMatcher + type SimpleTest_EvalError struct + EvalError *expr.ErrorSet + type SimpleTest_Unknown struct + Unknown *expr.UnknownSet + type SimpleTest_Value struct + Value *expr.Value + type UnknownSetMatcher struct + Unknowns []*expr.UnknownSet + func (*UnknownSetMatcher) Descriptor() ([]byte, []int) + func (*UnknownSetMatcher) ProtoMessage() + func (x *UnknownSetMatcher) GetUnknowns() []*expr.UnknownSet + func (x *UnknownSetMatcher) ProtoReflect() protoreflect.Message + func (x *UnknownSetMatcher) Reset() + func (x *UnknownSetMatcher) String() string