Documentation
¶
Index ¶
- Variables
- type Evaluation
- func (*Evaluation) Descriptor() ([]byte, []int)deprecated
- func (x *Evaluation) GetLeaf() *Evaluation_Leaf
- func (x *Evaluation) GetLevel() isEvaluation_Level
- func (x *Evaluation) GetParent() *Evaluation_Parent
- func (*Evaluation) ProtoMessage()
- func (x *Evaluation) ProtoReflect() protoreflect.Message
- func (x *Evaluation) Reset()
- func (x *Evaluation) String() string
- type Evaluation_Leaf
- func (*Evaluation_Leaf) Descriptor() ([]byte, []int)deprecated
- func (x *Evaluation_Leaf) GetDependencies() []*Keys
- func (x *Evaluation_Leaf) GetKey() *core.Any
- func (x *Evaluation_Leaf) GetValue() *core.Any
- func (*Evaluation_Leaf) ProtoMessage()
- func (x *Evaluation_Leaf) ProtoReflect() protoreflect.Message
- func (x *Evaluation_Leaf) Reset()
- func (x *Evaluation_Leaf) String() string
- type Evaluation_Leaf_
- type Evaluation_Parent
- func (*Evaluation_Parent) Descriptor() ([]byte, []int)deprecated
- func (x *Evaluation_Parent) GetFirstKeySha256() []byte
- func (x *Evaluation_Parent) GetReference() *core.DecodableReference
- func (*Evaluation_Parent) ProtoMessage()
- func (x *Evaluation_Parent) ProtoReflect() protoreflect.Message
- func (x *Evaluation_Parent) Reset()
- func (x *Evaluation_Parent) String() string
- type Evaluation_Parent_
- type Keys
- type Keys_Leaf
- type Keys_Parent
- type Keys_Parent_
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_proto_model_evaluation_evaluation_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Evaluation ¶
type Evaluation struct { // Types that are valid to be assigned to Level: // // *Evaluation_Leaf_ // *Evaluation_Parent_ Level isEvaluation_Level `protobuf_oneof:"level"` // contains filtered or unexported fields }
func (*Evaluation) Descriptor
deprecated
func (*Evaluation) Descriptor() ([]byte, []int)
Deprecated: Use Evaluation.ProtoReflect.Descriptor instead.
func (*Evaluation) GetLeaf ¶
func (x *Evaluation) GetLeaf() *Evaluation_Leaf
func (*Evaluation) GetLevel ¶
func (x *Evaluation) GetLevel() isEvaluation_Level
func (*Evaluation) GetParent ¶
func (x *Evaluation) GetParent() *Evaluation_Parent
func (*Evaluation) ProtoMessage ¶
func (*Evaluation) ProtoMessage()
func (*Evaluation) ProtoReflect ¶
func (x *Evaluation) ProtoReflect() protoreflect.Message
func (*Evaluation) Reset ¶
func (x *Evaluation) Reset()
func (*Evaluation) String ¶
func (x *Evaluation) String() string
type Evaluation_Leaf ¶
type Evaluation_Leaf struct { Key *core.Any `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value *core.Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` Dependencies []*Keys `protobuf:"bytes,3,rep,name=dependencies,proto3" json:"dependencies,omitempty"` // contains filtered or unexported fields }
func (*Evaluation_Leaf) Descriptor
deprecated
func (*Evaluation_Leaf) Descriptor() ([]byte, []int)
Deprecated: Use Evaluation_Leaf.ProtoReflect.Descriptor instead.
func (*Evaluation_Leaf) GetDependencies ¶
func (x *Evaluation_Leaf) GetDependencies() []*Keys
func (*Evaluation_Leaf) GetKey ¶
func (x *Evaluation_Leaf) GetKey() *core.Any
func (*Evaluation_Leaf) GetValue ¶
func (x *Evaluation_Leaf) GetValue() *core.Any
func (*Evaluation_Leaf) ProtoMessage ¶
func (*Evaluation_Leaf) ProtoMessage()
func (*Evaluation_Leaf) ProtoReflect ¶
func (x *Evaluation_Leaf) ProtoReflect() protoreflect.Message
func (*Evaluation_Leaf) Reset ¶
func (x *Evaluation_Leaf) Reset()
func (*Evaluation_Leaf) String ¶
func (x *Evaluation_Leaf) String() string
type Evaluation_Leaf_ ¶
type Evaluation_Leaf_ struct {
Leaf *Evaluation_Leaf `protobuf:"bytes,1,opt,name=leaf,proto3,oneof"`
}
type Evaluation_Parent ¶
type Evaluation_Parent struct { Reference *core.DecodableReference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"` FirstKeySha256 []byte `protobuf:"bytes,2,opt,name=first_key_sha256,json=firstKeySha256,proto3" json:"first_key_sha256,omitempty"` // contains filtered or unexported fields }
func (*Evaluation_Parent) Descriptor
deprecated
func (*Evaluation_Parent) Descriptor() ([]byte, []int)
Deprecated: Use Evaluation_Parent.ProtoReflect.Descriptor instead.
func (*Evaluation_Parent) GetFirstKeySha256 ¶
func (x *Evaluation_Parent) GetFirstKeySha256() []byte
func (*Evaluation_Parent) GetReference ¶
func (x *Evaluation_Parent) GetReference() *core.DecodableReference
func (*Evaluation_Parent) ProtoMessage ¶
func (*Evaluation_Parent) ProtoMessage()
func (*Evaluation_Parent) ProtoReflect ¶
func (x *Evaluation_Parent) ProtoReflect() protoreflect.Message
func (*Evaluation_Parent) Reset ¶
func (x *Evaluation_Parent) Reset()
func (*Evaluation_Parent) String ¶
func (x *Evaluation_Parent) String() string
type Evaluation_Parent_ ¶
type Evaluation_Parent_ struct {
Parent *Evaluation_Parent `protobuf:"bytes,2,opt,name=parent,proto3,oneof"`
}
type Keys ¶
type Keys struct { // Types that are valid to be assigned to Level: // // *Keys_Leaf // *Keys_Parent_ Level isKeys_Level `protobuf_oneof:"level"` // contains filtered or unexported fields }
func (*Keys) Descriptor
deprecated
func (*Keys) GetParent ¶
func (x *Keys) GetParent() *Keys_Parent
func (*Keys) ProtoMessage ¶
func (*Keys) ProtoMessage()
func (*Keys) ProtoReflect ¶
func (x *Keys) ProtoReflect() protoreflect.Message
type Keys_Parent ¶
type Keys_Parent struct { Reference *core.DecodableReference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"` // contains filtered or unexported fields }
func (*Keys_Parent) Descriptor
deprecated
func (*Keys_Parent) Descriptor() ([]byte, []int)
Deprecated: Use Keys_Parent.ProtoReflect.Descriptor instead.
func (*Keys_Parent) GetReference ¶
func (x *Keys_Parent) GetReference() *core.DecodableReference
func (*Keys_Parent) ProtoMessage ¶
func (*Keys_Parent) ProtoMessage()
func (*Keys_Parent) ProtoReflect ¶
func (x *Keys_Parent) ProtoReflect() protoreflect.Message
func (*Keys_Parent) Reset ¶
func (x *Keys_Parent) Reset()
func (*Keys_Parent) String ¶
func (x *Keys_Parent) String() string
type Keys_Parent_ ¶
type Keys_Parent_ struct {
Parent *Keys_Parent `protobuf:"bytes,2,opt,name=parent,proto3,oneof"`
}
Click to show internal directories.
Click to hide internal directories.