Documentation ¶
Index ¶
- Variables
- type CheckAssertion
- func (*CheckAssertion) Descriptor() ([]byte, []int)deprecated
- func (x *CheckAssertion) GetCheck() *v3.CheckRequest
- func (x *CheckAssertion) GetExpected() bool
- func (*CheckAssertion) ProtoMessage()
- func (x *CheckAssertion) ProtoReflect() protoreflect.Message
- func (x *CheckAssertion) Reset()
- func (x *CheckAssertion) String() string
- type CheckAssertions
- type DecisionAssertion
- func (*DecisionAssertion) Descriptor() ([]byte, []int)deprecated
- func (x *DecisionAssertion) GetCheckDecision() *v2.IsRequest
- func (x *DecisionAssertion) GetExpected() bool
- func (*DecisionAssertion) ProtoMessage()
- func (x *DecisionAssertion) ProtoReflect() protoreflect.Message
- func (x *DecisionAssertion) Reset()
- func (x *DecisionAssertion) String() string
- type DecisionAssertions
- func (*DecisionAssertions) Descriptor() ([]byte, []int)deprecated
- func (x *DecisionAssertions) GetAssertions() []*DecisionAssertion
- func (*DecisionAssertions) ProtoMessage()
- func (x *DecisionAssertions) ProtoReflect() protoreflect.Message
- func (x *DecisionAssertions) Reset()
- func (x *DecisionAssertions) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_check2decision_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CheckAssertion ¶
type CheckAssertion struct { Check *v3.CheckRequest `protobuf:"bytes,1,opt,name=check,proto3" json:"check,omitempty"` Expected bool `protobuf:"varint,2,opt,name=expected,proto3" json:"expected,omitempty"` // contains filtered or unexported fields }
func (*CheckAssertion) Descriptor
deprecated
func (*CheckAssertion) Descriptor() ([]byte, []int)
Deprecated: Use CheckAssertion.ProtoReflect.Descriptor instead.
func (*CheckAssertion) GetCheck ¶
func (x *CheckAssertion) GetCheck() *v3.CheckRequest
func (*CheckAssertion) GetExpected ¶
func (x *CheckAssertion) GetExpected() bool
func (*CheckAssertion) ProtoMessage ¶
func (*CheckAssertion) ProtoMessage()
func (*CheckAssertion) ProtoReflect ¶
func (x *CheckAssertion) ProtoReflect() protoreflect.Message
func (*CheckAssertion) Reset ¶
func (x *CheckAssertion) Reset()
func (*CheckAssertion) String ¶
func (x *CheckAssertion) String() string
type CheckAssertions ¶ added in v0.0.2
type CheckAssertions struct { Assertions []*CheckAssertion `protobuf:"bytes,1,rep,name=assertions,proto3" json:"assertions,omitempty"` // contains filtered or unexported fields }
func (*CheckAssertions) Descriptor
deprecated
added in
v0.0.2
func (*CheckAssertions) Descriptor() ([]byte, []int)
Deprecated: Use CheckAssertions.ProtoReflect.Descriptor instead.
func (*CheckAssertions) GetAssertions ¶ added in v0.0.2
func (x *CheckAssertions) GetAssertions() []*CheckAssertion
func (*CheckAssertions) ProtoMessage ¶ added in v0.0.2
func (*CheckAssertions) ProtoMessage()
func (*CheckAssertions) ProtoReflect ¶ added in v0.0.2
func (x *CheckAssertions) ProtoReflect() protoreflect.Message
func (*CheckAssertions) Reset ¶ added in v0.0.2
func (x *CheckAssertions) Reset()
func (*CheckAssertions) String ¶ added in v0.0.2
func (x *CheckAssertions) String() string
type DecisionAssertion ¶
type DecisionAssertion struct { CheckDecision *v2.IsRequest `protobuf:"bytes,1,opt,name=check_decision,json=checkDecision,proto3" json:"check_decision,omitempty"` Expected bool `protobuf:"varint,2,opt,name=expected,proto3" json:"expected,omitempty"` // contains filtered or unexported fields }
func (*DecisionAssertion) Descriptor
deprecated
func (*DecisionAssertion) Descriptor() ([]byte, []int)
Deprecated: Use DecisionAssertion.ProtoReflect.Descriptor instead.
func (*DecisionAssertion) GetCheckDecision ¶
func (x *DecisionAssertion) GetCheckDecision() *v2.IsRequest
func (*DecisionAssertion) GetExpected ¶
func (x *DecisionAssertion) GetExpected() bool
func (*DecisionAssertion) ProtoMessage ¶
func (*DecisionAssertion) ProtoMessage()
func (*DecisionAssertion) ProtoReflect ¶
func (x *DecisionAssertion) ProtoReflect() protoreflect.Message
func (*DecisionAssertion) Reset ¶
func (x *DecisionAssertion) Reset()
func (*DecisionAssertion) String ¶
func (x *DecisionAssertion) String() string
type DecisionAssertions ¶ added in v0.0.2
type DecisionAssertions struct { Assertions []*DecisionAssertion `protobuf:"bytes,1,rep,name=assertions,proto3" json:"assertions,omitempty"` // contains filtered or unexported fields }
func (*DecisionAssertions) Descriptor
deprecated
added in
v0.0.2
func (*DecisionAssertions) Descriptor() ([]byte, []int)
Deprecated: Use DecisionAssertions.ProtoReflect.Descriptor instead.
func (*DecisionAssertions) GetAssertions ¶ added in v0.0.2
func (x *DecisionAssertions) GetAssertions() []*DecisionAssertion
func (*DecisionAssertions) ProtoMessage ¶ added in v0.0.2
func (*DecisionAssertions) ProtoMessage()
func (*DecisionAssertions) ProtoReflect ¶ added in v0.0.2
func (x *DecisionAssertions) ProtoReflect() protoreflect.Message
func (*DecisionAssertions) Reset ¶ added in v0.0.2
func (x *DecisionAssertions) Reset()
func (*DecisionAssertions) String ¶ added in v0.0.2
func (x *DecisionAssertions) String() string
Click to show internal directories.
Click to hide internal directories.