Documentation ¶
Index ¶
- Variables
- type BackfillStatus
- func (*BackfillStatus) Descriptor() ([]byte, []int)deprecated
- func (x *BackfillStatus) GetLowParentRoot() []byte
- func (x *BackfillStatus) GetLowRoot() []byte
- func (x *BackfillStatus) GetLowSlot() uint64
- func (x *BackfillStatus) GetOriginRoot() []byte
- func (x *BackfillStatus) GetOriginSlot() uint64
- func (*BackfillStatus) ProtoMessage()
- func (x *BackfillStatus) ProtoReflect() protoreflect.Message
- func (x *BackfillStatus) Reset()
- func (x *BackfillStatus) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_dbval_dbval_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BackfillStatus ¶
type BackfillStatus struct { LowSlot uint64 `protobuf:"varint,1,opt,name=low_slot,json=lowSlot,proto3" json:"low_slot,omitempty"` LowRoot []byte `protobuf:"bytes,2,opt,name=low_root,json=lowRoot,proto3" json:"low_root,omitempty"` LowParentRoot []byte `protobuf:"bytes,3,opt,name=low_parent_root,json=lowParentRoot,proto3" json:"low_parent_root,omitempty"` OriginSlot uint64 `protobuf:"varint,4,opt,name=origin_slot,json=originSlot,proto3" json:"origin_slot,omitempty"` OriginRoot []byte `protobuf:"bytes,6,opt,name=origin_root,json=originRoot,proto3" json:"origin_root,omitempty"` // contains filtered or unexported fields }
func (*BackfillStatus) Descriptor
deprecated
func (*BackfillStatus) Descriptor() ([]byte, []int)
Deprecated: Use BackfillStatus.ProtoReflect.Descriptor instead.
func (*BackfillStatus) GetLowParentRoot ¶
func (x *BackfillStatus) GetLowParentRoot() []byte
func (*BackfillStatus) GetLowRoot ¶
func (x *BackfillStatus) GetLowRoot() []byte
func (*BackfillStatus) GetLowSlot ¶
func (x *BackfillStatus) GetLowSlot() uint64
func (*BackfillStatus) GetOriginRoot ¶
func (x *BackfillStatus) GetOriginRoot() []byte
func (*BackfillStatus) GetOriginSlot ¶
func (x *BackfillStatus) GetOriginSlot() uint64
func (*BackfillStatus) ProtoMessage ¶
func (*BackfillStatus) ProtoMessage()
func (*BackfillStatus) ProtoReflect ¶
func (x *BackfillStatus) ProtoReflect() protoreflect.Message
func (*BackfillStatus) Reset ¶
func (x *BackfillStatus) Reset()
func (*BackfillStatus) String ¶
func (x *BackfillStatus) String() string
Click to show internal directories.
Click to hide internal directories.