pbftpb

package
v0.4.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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) Descriptor() ([]byte, []int)

Deprecated: Use Commit.ProtoReflect.Descriptor instead.

func (*Commit) GetDigest

func (x *Commit) GetDigest() []byte

func (*Commit) GetSn

func (x *Commit) GetSn() uint64

func (*Commit) GetView

func (x *Commit) GetView() uint64

func (*Commit) ProtoMessage

func (*Commit) ProtoMessage()

func (*Commit) ProtoReflect

func (x *Commit) ProtoReflect() protoreflect.Message

func (*Commit) Reset

func (x *Commit) Reset()

func (*Commit) String

func (x *Commit) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Done.ProtoReflect.Descriptor instead.

func (*Done) GetDigests

func (x *Done) GetDigests() [][]byte

func (*Done) ProtoMessage

func (*Done) ProtoMessage()

func (*Done) ProtoReflect

func (x *Done) ProtoReflect() protoreflect.Message

func (*Done) Reset

func (x *Done) Reset()

func (*Done) String

func (x *Done) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetProposeTimeout

func (x *Event) GetProposeTimeout() *ProposeTimeout

func (*Event) GetType

func (m *Event) GetType() isEvent_Type

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

func (*Event) ReflectTypeOptions() []reflect.Type

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

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

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

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) Descriptor() ([]byte, []int)

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetCatchUpRequest

func (x *Message) GetCatchUpRequest() *CatchUpRequest

func (*Message) GetCatchUpResponse

func (x *Message) GetCatchUpResponse() *CatchUpResponse

func (*Message) GetCommit

func (x *Message) GetCommit() *Commit

func (*Message) GetDone

func (x *Message) GetDone() *Done

func (*Message) GetMissingPreprepare

func (x *Message) GetMissingPreprepare() *MissingPreprepare

func (*Message) GetNewView

func (x *Message) GetNewView() *NewView

func (*Message) GetPrepare

func (x *Message) GetPrepare() *Prepare

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) GetType

func (m *Message) GetType() isMessage_Type

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

func (x *Message) ProtoReflect() protoreflect.Message

func (*Message) ReflectTypeOptions

func (*Message) ReflectTypeOptions() []reflect.Type

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

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

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

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

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

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

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) Descriptor() ([]byte, []int)

Deprecated: Use NewView.ProtoReflect.Descriptor instead.

func (*NewView) GetPreprepareSeqNrs

func (x *NewView) GetPreprepareSeqNrs() []uint64

func (*NewView) GetPreprepares

func (x *NewView) GetPreprepares() []*Preprepare

func (*NewView) GetSignedViewChanges

func (x *NewView) GetSignedViewChanges() []*SignedViewChange

func (*NewView) GetView

func (x *NewView) GetView() uint64

func (*NewView) GetViewChangeSenders

func (x *NewView) GetViewChangeSenders() []string

func (*NewView) ProtoMessage

func (*NewView) ProtoMessage()

func (*NewView) ProtoReflect

func (x *NewView) ProtoReflect() protoreflect.Message

func (*NewView) Reset

func (x *NewView) Reset()

func (*NewView) String

func (x *NewView) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PSetEntry.ProtoReflect.Descriptor instead.

func (*PSetEntry) GetDigest

func (x *PSetEntry) GetDigest() []byte

func (*PSetEntry) GetSn

func (x *PSetEntry) GetSn() uint64

func (*PSetEntry) GetView

func (x *PSetEntry) GetView() uint64

func (*PSetEntry) ProtoMessage

func (*PSetEntry) ProtoMessage()

func (*PSetEntry) ProtoReflect

func (x *PSetEntry) ProtoReflect() protoreflect.Message

func (*PSetEntry) Reset

func (x *PSetEntry) Reset()

func (*PSetEntry) String

func (x *PSetEntry) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Prepare.ProtoReflect.Descriptor instead.

func (*Prepare) GetDigest

func (x *Prepare) GetDigest() []byte

func (*Prepare) GetSn

func (x *Prepare) GetSn() uint64

func (*Prepare) GetView

func (x *Prepare) GetView() uint64

func (*Prepare) ProtoMessage

func (*Prepare) ProtoMessage()

func (*Prepare) ProtoReflect

func (x *Prepare) ProtoReflect() protoreflect.Message

func (*Prepare) Reset

func (x *Prepare) Reset()

func (*Prepare) String

func (x *Prepare) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use QSetEntry.ProtoReflect.Descriptor instead.

func (*QSetEntry) GetDigest

func (x *QSetEntry) GetDigest() []byte

func (*QSetEntry) GetSn

func (x *QSetEntry) GetSn() uint64

func (*QSetEntry) GetView

func (x *QSetEntry) GetView() uint64

func (*QSetEntry) ProtoMessage

func (*QSetEntry) ProtoMessage()

func (*QSetEntry) ProtoReflect

func (x *QSetEntry) ProtoReflect() protoreflect.Message

func (*QSetEntry) Reset

func (x *QSetEntry) Reset()

func (*QSetEntry) String

func (x *QSetEntry) String() string

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL