Documentation
¶
Index ¶
- Variables
- type CatchUpRequest
- func (*CatchUpRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CatchUpRequest) GetDigest() []byte
- func (x *CatchUpRequest) GetSn() uint64
- func (*CatchUpRequest) ProtoMessage()
- func (x *CatchUpRequest) ProtoReflect() protoreflect.Message
- func (x *CatchUpRequest) Reset()
- func (x *CatchUpRequest) String() string
- type CatchUpResponse
- type Commit
- type Done
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetProposeTimeout() *ProposeTimeout
- func (m *Event) GetType() isEvent_Type
- func (x *Event) GetViewChangeSegTimeout() *ViewChangeSegTimeout
- func (x *Event) GetViewChangeSnTimeout() *ViewChangeSNTimeout
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (*Event) ReflectTypeOptions() []reflect.Type
- func (x *Event) Reset()
- func (x *Event) String() string
- type Event_ProposeTimeout
- type Event_Type
- type Event_TypeWrapper
- type Event_ViewChangeSegTimeout
- type Event_ViewChangeSnTimeout
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetCatchUpRequest() *CatchUpRequest
- func (x *Message) GetCatchUpResponse() *CatchUpResponse
- func (x *Message) GetCommit() *Commit
- func (x *Message) GetDone() *Done
- func (x *Message) GetMissingPreprepare() *MissingPreprepare
- func (x *Message) GetNewView() *NewView
- func (x *Message) GetPrepare() *Prepare
- func (x *Message) GetPreprepare() *Preprepare
- func (x *Message) GetPreprepareRequest() *PreprepareRequest
- func (x *Message) GetSignedViewChange() *SignedViewChange
- func (m *Message) GetType() isMessage_Type
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (*Message) ReflectTypeOptions() []reflect.Type
- func (x *Message) Reset()
- func (x *Message) String() string
- type Message_CatchUpRequest
- type Message_CatchUpResponse
- type Message_Commit
- type Message_Done
- type Message_MissingPreprepare
- type Message_NewView
- type Message_Prepare
- type Message_Preprepare
- type Message_PreprepareRequest
- type Message_SignedViewChange
- type Message_Type
- type Message_TypeWrapper
- type MissingPreprepare
- func (*MissingPreprepare) Descriptor() ([]byte, []int)deprecated
- func (x *MissingPreprepare) GetPreprepare() *Preprepare
- func (*MissingPreprepare) ProtoMessage()
- func (x *MissingPreprepare) ProtoReflect() protoreflect.Message
- func (x *MissingPreprepare) Reset()
- func (x *MissingPreprepare) String() string
- type NewView
- func (*NewView) Descriptor() ([]byte, []int)deprecated
- func (x *NewView) GetPreprepareSeqNrs() []uint64
- func (x *NewView) GetPreprepares() []*Preprepare
- func (x *NewView) GetSignedViewChanges() []*SignedViewChange
- func (x *NewView) GetView() uint64
- func (x *NewView) GetViewChangeSenders() []string
- func (*NewView) ProtoMessage()
- func (x *NewView) ProtoReflect() protoreflect.Message
- func (x *NewView) Reset()
- func (x *NewView) String() string
- type PSetEntry
- func (*PSetEntry) Descriptor() ([]byte, []int)deprecated
- func (x *PSetEntry) GetDigest() []byte
- func (x *PSetEntry) GetSn() uint64
- func (x *PSetEntry) GetView() uint64
- func (*PSetEntry) ProtoMessage()
- func (x *PSetEntry) ProtoReflect() protoreflect.Message
- func (x *PSetEntry) Reset()
- func (x *PSetEntry) String() string
- type Prepare
- func (*Prepare) Descriptor() ([]byte, []int)deprecated
- func (x *Prepare) GetDigest() []byte
- func (x *Prepare) GetSn() uint64
- func (x *Prepare) GetView() uint64
- func (*Prepare) ProtoMessage()
- func (x *Prepare) ProtoReflect() protoreflect.Message
- func (x *Prepare) Reset()
- func (x *Prepare) String() string
- type Preprepare
- func (*Preprepare) Descriptor() ([]byte, []int)deprecated
- func (x *Preprepare) GetAborted() bool
- func (x *Preprepare) GetData() []byte
- func (x *Preprepare) GetSn() uint64
- func (x *Preprepare) GetView() uint64
- func (*Preprepare) ProtoMessage()
- func (x *Preprepare) ProtoReflect() protoreflect.Message
- func (x *Preprepare) Reset()
- func (x *Preprepare) String() string
- type PreprepareRequest
- func (*PreprepareRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PreprepareRequest) GetDigest() []byte
- func (x *PreprepareRequest) GetSn() uint64
- func (*PreprepareRequest) ProtoMessage()
- func (x *PreprepareRequest) ProtoReflect() protoreflect.Message
- func (x *PreprepareRequest) Reset()
- func (x *PreprepareRequest) String() string
- type ProposeTimeout
- type QSetEntry
- func (*QSetEntry) Descriptor() ([]byte, []int)deprecated
- func (x *QSetEntry) GetDigest() []byte
- func (x *QSetEntry) GetSn() uint64
- func (x *QSetEntry) GetView() uint64
- func (*QSetEntry) ProtoMessage()
- func (x *QSetEntry) ProtoReflect() protoreflect.Message
- func (x *QSetEntry) Reset()
- func (x *QSetEntry) String() string
- type SignedViewChange
- func (*SignedViewChange) Descriptor() ([]byte, []int)deprecated
- func (x *SignedViewChange) GetSignature() []byte
- func (x *SignedViewChange) GetViewChange() *ViewChange
- func (*SignedViewChange) ProtoMessage()
- func (x *SignedViewChange) ProtoReflect() protoreflect.Message
- func (x *SignedViewChange) Reset()
- func (x *SignedViewChange) String() string
- type ViewChange
- func (*ViewChange) Descriptor() ([]byte, []int)deprecated
- func (x *ViewChange) GetPSet() []*PSetEntry
- func (x *ViewChange) GetQSet() []*QSetEntry
- func (x *ViewChange) GetView() uint64
- func (*ViewChange) ProtoMessage()
- func (x *ViewChange) ProtoReflect() protoreflect.Message
- func (x *ViewChange) Reset()
- func (x *ViewChange) String() string
- type ViewChangeSNTimeout
- func (*ViewChangeSNTimeout) Descriptor() ([]byte, []int)deprecated
- func (x *ViewChangeSNTimeout) GetNumCommitted() uint64
- func (x *ViewChangeSNTimeout) GetView() uint64
- func (*ViewChangeSNTimeout) ProtoMessage()
- func (x *ViewChangeSNTimeout) ProtoReflect() protoreflect.Message
- func (x *ViewChangeSNTimeout) Reset()
- func (x *ViewChangeSNTimeout) String() string
- type ViewChangeSegTimeout
- func (*ViewChangeSegTimeout) Descriptor() ([]byte, []int)deprecated
- func (x *ViewChangeSegTimeout) GetViewChangeSegTimeout() uint64
- func (*ViewChangeSegTimeout) ProtoMessage()
- func (x *ViewChangeSegTimeout) ProtoReflect() protoreflect.Message
- func (x *ViewChangeSegTimeout) Reset()
- func (x *ViewChangeSegTimeout) String() string
Constants ¶
This section is empty.
Variables ¶
var File_pbftpb_pbftpb_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CatchUpRequest ¶
type CatchUpRequest struct { Digest []byte `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"` Sn uint64 `protobuf:"varint,2,opt,name=sn,proto3" json:"sn,omitempty"` // contains filtered or unexported fields }
func (*CatchUpRequest) Descriptor
deprecated
func (*CatchUpRequest) Descriptor() ([]byte, []int)
Deprecated: Use CatchUpRequest.ProtoReflect.Descriptor instead.
func (*CatchUpRequest) GetDigest ¶
func (x *CatchUpRequest) GetDigest() []byte
func (*CatchUpRequest) GetSn ¶
func (x *CatchUpRequest) GetSn() uint64
func (*CatchUpRequest) ProtoMessage ¶
func (*CatchUpRequest) ProtoMessage()
func (*CatchUpRequest) ProtoReflect ¶
func (x *CatchUpRequest) ProtoReflect() protoreflect.Message
func (*CatchUpRequest) Reset ¶
func (x *CatchUpRequest) Reset()
func (*CatchUpRequest) String ¶
func (x *CatchUpRequest) String() string
type CatchUpResponse ¶
type CatchUpResponse struct { Resp *Preprepare `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` // contains filtered or unexported fields }
func (*CatchUpResponse) Descriptor
deprecated
func (*CatchUpResponse) Descriptor() ([]byte, []int)
Deprecated: Use CatchUpResponse.ProtoReflect.Descriptor instead.
func (*CatchUpResponse) GetResp ¶
func (x *CatchUpResponse) GetResp() *Preprepare
func (*CatchUpResponse) ProtoMessage ¶
func (*CatchUpResponse) ProtoMessage()
func (*CatchUpResponse) ProtoReflect ¶
func (x *CatchUpResponse) ProtoReflect() protoreflect.Message
func (*CatchUpResponse) Reset ¶
func (x *CatchUpResponse) Reset()
func (*CatchUpResponse) String ¶
func (x *CatchUpResponse) String() string
type Commit ¶
type Commit struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Digest []byte `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*Commit) Descriptor
deprecated
func (*Commit) ProtoMessage ¶
func (*Commit) ProtoMessage()
func (*Commit) ProtoReflect ¶
func (x *Commit) ProtoReflect() protoreflect.Message
type Done ¶
type Done struct { Digests [][]byte `protobuf:"bytes,1,rep,name=digests,proto3" json:"digests,omitempty"` // contains filtered or unexported fields }
func (*Done) Descriptor
deprecated
func (*Done) GetDigests ¶
func (*Done) ProtoMessage ¶
func (*Done) ProtoMessage()
func (*Done) ProtoReflect ¶
func (x *Done) ProtoReflect() protoreflect.Message
type Event ¶
type Event struct { // Types that are assignable to Type: // *Event_ProposeTimeout // *Event_ViewChangeSnTimeout // *Event_ViewChangeSegTimeout Type isEvent_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*Event) Descriptor
deprecated
func (*Event) GetProposeTimeout ¶
func (x *Event) GetProposeTimeout() *ProposeTimeout
func (*Event) GetViewChangeSegTimeout ¶
func (x *Event) GetViewChangeSegTimeout() *ViewChangeSegTimeout
func (*Event) GetViewChangeSnTimeout ¶
func (x *Event) GetViewChangeSnTimeout() *ViewChangeSNTimeout
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
func (*Event) ReflectTypeOptions ¶
type Event_ProposeTimeout ¶
type Event_ProposeTimeout struct {
ProposeTimeout *ProposeTimeout `protobuf:"bytes,1,opt,name=propose_timeout,json=proposeTimeout,proto3,oneof"`
}
func (*Event_ProposeTimeout) Unwrap ¶
func (w *Event_ProposeTimeout) Unwrap() *ProposeTimeout
type Event_Type ¶
type Event_Type = isEvent_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type Event_ViewChangeSegTimeout ¶
type Event_ViewChangeSegTimeout struct {
ViewChangeSegTimeout *ViewChangeSegTimeout `protobuf:"bytes,3,opt,name=view_change_seg_timeout,json=viewChangeSegTimeout,proto3,oneof"`
}
func (*Event_ViewChangeSegTimeout) Unwrap ¶
func (w *Event_ViewChangeSegTimeout) Unwrap() *ViewChangeSegTimeout
type Event_ViewChangeSnTimeout ¶
type Event_ViewChangeSnTimeout struct {
ViewChangeSnTimeout *ViewChangeSNTimeout `protobuf:"bytes,2,opt,name=view_change_sn_timeout,json=viewChangeSnTimeout,proto3,oneof"`
}
func (*Event_ViewChangeSnTimeout) Unwrap ¶
func (w *Event_ViewChangeSnTimeout) Unwrap() *ViewChangeSNTimeout
type Message ¶
type Message struct { // Types that are assignable to Type: // *Message_Preprepare // *Message_Prepare // *Message_Commit // *Message_Done // *Message_CatchUpRequest // *Message_CatchUpResponse // *Message_SignedViewChange // *Message_PreprepareRequest // *Message_MissingPreprepare // *Message_NewView Type isMessage_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*Message) Descriptor
deprecated
func (*Message) GetCatchUpRequest ¶
func (x *Message) GetCatchUpRequest() *CatchUpRequest
func (*Message) GetCatchUpResponse ¶
func (x *Message) GetCatchUpResponse() *CatchUpResponse
func (*Message) GetMissingPreprepare ¶
func (x *Message) GetMissingPreprepare() *MissingPreprepare
func (*Message) GetNewView ¶
func (*Message) GetPrepare ¶
func (*Message) GetPreprepare ¶
func (x *Message) GetPreprepare() *Preprepare
func (*Message) GetPreprepareRequest ¶
func (x *Message) GetPreprepareRequest() *PreprepareRequest
func (*Message) GetSignedViewChange ¶
func (x *Message) GetSignedViewChange() *SignedViewChange
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
func (*Message) ReflectTypeOptions ¶
type Message_CatchUpRequest ¶
type Message_CatchUpRequest struct {
CatchUpRequest *CatchUpRequest `protobuf:"bytes,5,opt,name=catch_up_request,json=catchUpRequest,proto3,oneof"`
}
func (*Message_CatchUpRequest) Unwrap ¶
func (w *Message_CatchUpRequest) Unwrap() *CatchUpRequest
type Message_CatchUpResponse ¶
type Message_CatchUpResponse struct {
CatchUpResponse *CatchUpResponse `protobuf:"bytes,6,opt,name=catch_up_response,json=catchUpResponse,proto3,oneof"`
}
func (*Message_CatchUpResponse) Unwrap ¶
func (w *Message_CatchUpResponse) Unwrap() *CatchUpResponse
type Message_Commit ¶
type Message_Commit struct {
Commit *Commit `protobuf:"bytes,3,opt,name=commit,proto3,oneof"`
}
func (*Message_Commit) Unwrap ¶
func (w *Message_Commit) Unwrap() *Commit
type Message_Done ¶
type Message_Done struct { // Segment-level checkpoint messages Done *Done `protobuf:"bytes,4,opt,name=done,proto3,oneof"` }
func (*Message_Done) Unwrap ¶
func (w *Message_Done) Unwrap() *Done
type Message_MissingPreprepare ¶
type Message_MissingPreprepare struct {
MissingPreprepare *MissingPreprepare `protobuf:"bytes,9,opt,name=missing_preprepare,json=missingPreprepare,proto3,oneof"`
}
func (*Message_MissingPreprepare) Unwrap ¶
func (w *Message_MissingPreprepare) Unwrap() *MissingPreprepare
type Message_NewView ¶
type Message_NewView struct {
NewView *NewView `protobuf:"bytes,10,opt,name=new_view,json=newView,proto3,oneof"`
}
func (*Message_NewView) Unwrap ¶
func (w *Message_NewView) Unwrap() *NewView
type Message_Prepare ¶
type Message_Prepare struct {
Prepare *Prepare `protobuf:"bytes,2,opt,name=prepare,proto3,oneof"`
}
func (*Message_Prepare) Unwrap ¶
func (w *Message_Prepare) Unwrap() *Prepare
type Message_Preprepare ¶
type Message_Preprepare struct { // Good case messages Preprepare *Preprepare `protobuf:"bytes,1,opt,name=preprepare,proto3,oneof"` }
func (*Message_Preprepare) Unwrap ¶
func (w *Message_Preprepare) Unwrap() *Preprepare
type Message_PreprepareRequest ¶
type Message_PreprepareRequest struct {
PreprepareRequest *PreprepareRequest `protobuf:"bytes,8,opt,name=preprepare_request,json=preprepareRequest,proto3,oneof"`
}
func (*Message_PreprepareRequest) Unwrap ¶
func (w *Message_PreprepareRequest) Unwrap() *PreprepareRequest
type Message_SignedViewChange ¶
type Message_SignedViewChange struct { // View change messages SignedViewChange *SignedViewChange `protobuf:"bytes,7,opt,name=signed_view_change,json=signedViewChange,proto3,oneof"` }
func (*Message_SignedViewChange) Unwrap ¶
func (w *Message_SignedViewChange) Unwrap() *SignedViewChange
type Message_Type ¶
type Message_Type = isMessage_Type
type Message_TypeWrapper ¶
type Message_TypeWrapper[T any] interface { Message_Type Unwrap() *T }
type MissingPreprepare ¶
type MissingPreprepare struct { Preprepare *Preprepare `protobuf:"bytes,1,opt,name=preprepare,proto3" json:"preprepare,omitempty"` // contains filtered or unexported fields }
func (*MissingPreprepare) Descriptor
deprecated
func (*MissingPreprepare) Descriptor() ([]byte, []int)
Deprecated: Use MissingPreprepare.ProtoReflect.Descriptor instead.
func (*MissingPreprepare) GetPreprepare ¶
func (x *MissingPreprepare) GetPreprepare() *Preprepare
func (*MissingPreprepare) ProtoMessage ¶
func (*MissingPreprepare) ProtoMessage()
func (*MissingPreprepare) ProtoReflect ¶
func (x *MissingPreprepare) ProtoReflect() protoreflect.Message
func (*MissingPreprepare) Reset ¶
func (x *MissingPreprepare) Reset()
func (*MissingPreprepare) String ¶
func (x *MissingPreprepare) String() string
type NewView ¶
type NewView struct { View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` ViewChangeSenders []string `protobuf:"bytes,3,rep,name=view_change_senders,json=viewChangeSenders,proto3" json:"view_change_senders,omitempty"` SignedViewChanges []*SignedViewChange `protobuf:"bytes,2,rep,name=signed_view_changes,json=signedViewChanges,proto3" json:"signed_view_changes,omitempty"` PreprepareSeqNrs []uint64 `protobuf:"varint,4,rep,packed,name=preprepare_seq_nrs,json=preprepareSeqNrs,proto3" json:"preprepare_seq_nrs,omitempty"` Preprepares []*Preprepare `protobuf:"bytes,5,rep,name=preprepares,proto3" json:"preprepares,omitempty"` // contains filtered or unexported fields }
func (*NewView) Descriptor
deprecated
func (*NewView) GetPreprepareSeqNrs ¶
func (*NewView) GetPreprepares ¶
func (x *NewView) GetPreprepares() []*Preprepare
func (*NewView) GetSignedViewChanges ¶
func (x *NewView) GetSignedViewChanges() []*SignedViewChange
func (*NewView) GetViewChangeSenders ¶
func (*NewView) ProtoMessage ¶
func (*NewView) ProtoMessage()
func (*NewView) ProtoReflect ¶
func (x *NewView) ProtoReflect() protoreflect.Message
type PSetEntry ¶
type PSetEntry struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Digest []byte `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*PSetEntry) Descriptor
deprecated
func (*PSetEntry) ProtoMessage ¶
func (*PSetEntry) ProtoMessage()
func (*PSetEntry) ProtoReflect ¶
func (x *PSetEntry) ProtoReflect() protoreflect.Message
type Prepare ¶
type Prepare struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Digest []byte `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*Prepare) Descriptor
deprecated
func (*Prepare) ProtoMessage ¶
func (*Prepare) ProtoMessage()
func (*Prepare) ProtoReflect ¶
func (x *Prepare) ProtoReflect() protoreflect.Message
type Preprepare ¶
type Preprepare struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` Aborted bool `protobuf:"varint,4,opt,name=aborted,proto3" json:"aborted,omitempty"` // contains filtered or unexported fields }
func (*Preprepare) Descriptor
deprecated
func (*Preprepare) Descriptor() ([]byte, []int)
Deprecated: Use Preprepare.ProtoReflect.Descriptor instead.
func (*Preprepare) GetAborted ¶
func (x *Preprepare) GetAborted() bool
func (*Preprepare) GetData ¶
func (x *Preprepare) GetData() []byte
func (*Preprepare) GetSn ¶
func (x *Preprepare) GetSn() uint64
func (*Preprepare) GetView ¶
func (x *Preprepare) GetView() uint64
func (*Preprepare) ProtoMessage ¶
func (*Preprepare) ProtoMessage()
func (*Preprepare) ProtoReflect ¶
func (x *Preprepare) ProtoReflect() protoreflect.Message
func (*Preprepare) Reset ¶
func (x *Preprepare) Reset()
func (*Preprepare) String ¶
func (x *Preprepare) String() string
type PreprepareRequest ¶
type PreprepareRequest struct { Digest []byte `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"` Sn uint64 `protobuf:"varint,2,opt,name=sn,proto3" json:"sn,omitempty"` // contains filtered or unexported fields }
func (*PreprepareRequest) Descriptor
deprecated
func (*PreprepareRequest) Descriptor() ([]byte, []int)
Deprecated: Use PreprepareRequest.ProtoReflect.Descriptor instead.
func (*PreprepareRequest) GetDigest ¶
func (x *PreprepareRequest) GetDigest() []byte
func (*PreprepareRequest) GetSn ¶
func (x *PreprepareRequest) GetSn() uint64
func (*PreprepareRequest) ProtoMessage ¶
func (*PreprepareRequest) ProtoMessage()
func (*PreprepareRequest) ProtoReflect ¶
func (x *PreprepareRequest) ProtoReflect() protoreflect.Message
func (*PreprepareRequest) Reset ¶
func (x *PreprepareRequest) Reset()
func (*PreprepareRequest) String ¶
func (x *PreprepareRequest) String() string
type ProposeTimeout ¶
type ProposeTimeout struct { ProposeTimeout uint64 `protobuf:"varint,1,opt,name=propose_timeout,json=proposeTimeout,proto3" json:"propose_timeout,omitempty"` // contains filtered or unexported fields }
func (*ProposeTimeout) Descriptor
deprecated
func (*ProposeTimeout) Descriptor() ([]byte, []int)
Deprecated: Use ProposeTimeout.ProtoReflect.Descriptor instead.
func (*ProposeTimeout) GetProposeTimeout ¶
func (x *ProposeTimeout) GetProposeTimeout() uint64
func (*ProposeTimeout) ProtoMessage ¶
func (*ProposeTimeout) ProtoMessage()
func (*ProposeTimeout) ProtoReflect ¶
func (x *ProposeTimeout) ProtoReflect() protoreflect.Message
func (*ProposeTimeout) Reset ¶
func (x *ProposeTimeout) Reset()
func (*ProposeTimeout) String ¶
func (x *ProposeTimeout) String() string
type QSetEntry ¶
type QSetEntry struct { Sn uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"` View uint64 `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` Digest []byte `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"` // contains filtered or unexported fields }
func (*QSetEntry) Descriptor
deprecated
func (*QSetEntry) ProtoMessage ¶
func (*QSetEntry) ProtoMessage()
func (*QSetEntry) ProtoReflect ¶
func (x *QSetEntry) ProtoReflect() protoreflect.Message
type SignedViewChange ¶
type SignedViewChange struct { ViewChange *ViewChange `protobuf:"bytes,1,opt,name=view_change,json=viewChange,proto3" json:"view_change,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` // contains filtered or unexported fields }
func (*SignedViewChange) Descriptor
deprecated
func (*SignedViewChange) Descriptor() ([]byte, []int)
Deprecated: Use SignedViewChange.ProtoReflect.Descriptor instead.
func (*SignedViewChange) GetSignature ¶
func (x *SignedViewChange) GetSignature() []byte
func (*SignedViewChange) GetViewChange ¶
func (x *SignedViewChange) GetViewChange() *ViewChange
func (*SignedViewChange) ProtoMessage ¶
func (*SignedViewChange) ProtoMessage()
func (*SignedViewChange) ProtoReflect ¶
func (x *SignedViewChange) ProtoReflect() protoreflect.Message
func (*SignedViewChange) Reset ¶
func (x *SignedViewChange) Reset()
func (*SignedViewChange) String ¶
func (x *SignedViewChange) String() string
type ViewChange ¶
type ViewChange struct { View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` PSet []*PSetEntry `protobuf:"bytes,2,rep,name=p_set,json=pSet,proto3" json:"p_set,omitempty"` QSet []*QSetEntry `protobuf:"bytes,3,rep,name=q_set,json=qSet,proto3" json:"q_set,omitempty"` // contains filtered or unexported fields }
func (*ViewChange) Descriptor
deprecated
func (*ViewChange) Descriptor() ([]byte, []int)
Deprecated: Use ViewChange.ProtoReflect.Descriptor instead.
func (*ViewChange) GetPSet ¶
func (x *ViewChange) GetPSet() []*PSetEntry
func (*ViewChange) GetQSet ¶
func (x *ViewChange) GetQSet() []*QSetEntry
func (*ViewChange) GetView ¶
func (x *ViewChange) GetView() uint64
func (*ViewChange) ProtoMessage ¶
func (*ViewChange) ProtoMessage()
func (*ViewChange) ProtoReflect ¶
func (x *ViewChange) ProtoReflect() protoreflect.Message
func (*ViewChange) Reset ¶
func (x *ViewChange) Reset()
func (*ViewChange) String ¶
func (x *ViewChange) String() string
type ViewChangeSNTimeout ¶
type ViewChangeSNTimeout struct { View uint64 `protobuf:"varint,1,opt,name=view,proto3" json:"view,omitempty"` NumCommitted uint64 `protobuf:"varint,2,opt,name=numCommitted,proto3" json:"numCommitted,omitempty"` // contains filtered or unexported fields }
func (*ViewChangeSNTimeout) Descriptor
deprecated
func (*ViewChangeSNTimeout) Descriptor() ([]byte, []int)
Deprecated: Use ViewChangeSNTimeout.ProtoReflect.Descriptor instead.
func (*ViewChangeSNTimeout) GetNumCommitted ¶
func (x *ViewChangeSNTimeout) GetNumCommitted() uint64
func (*ViewChangeSNTimeout) GetView ¶
func (x *ViewChangeSNTimeout) GetView() uint64
func (*ViewChangeSNTimeout) ProtoMessage ¶
func (*ViewChangeSNTimeout) ProtoMessage()
func (*ViewChangeSNTimeout) ProtoReflect ¶
func (x *ViewChangeSNTimeout) ProtoReflect() protoreflect.Message
func (*ViewChangeSNTimeout) Reset ¶
func (x *ViewChangeSNTimeout) Reset()
func (*ViewChangeSNTimeout) String ¶
func (x *ViewChangeSNTimeout) String() string
type ViewChangeSegTimeout ¶
type ViewChangeSegTimeout struct { ViewChangeSegTimeout uint64 `protobuf:"varint,1,opt,name=ViewChangeSegTimeout,proto3" json:"ViewChangeSegTimeout,omitempty"` // contains filtered or unexported fields }
func (*ViewChangeSegTimeout) Descriptor
deprecated
func (*ViewChangeSegTimeout) Descriptor() ([]byte, []int)
Deprecated: Use ViewChangeSegTimeout.ProtoReflect.Descriptor instead.
func (*ViewChangeSegTimeout) GetViewChangeSegTimeout ¶
func (x *ViewChangeSegTimeout) GetViewChangeSegTimeout() uint64
func (*ViewChangeSegTimeout) ProtoMessage ¶
func (*ViewChangeSegTimeout) ProtoMessage()
func (*ViewChangeSegTimeout) ProtoReflect ¶
func (x *ViewChangeSegTimeout) ProtoReflect() protoreflect.Message
func (*ViewChangeSegTimeout) Reset ¶
func (x *ViewChangeSegTimeout) Reset()
func (*ViewChangeSegTimeout) String ¶
func (x *ViewChangeSegTimeout) String() string