isspb

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_isspb_isspb_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ISSEvent

type ISSEvent struct {

	// Types that are assignable to Type:
	//	*ISSEvent_PersistCheckpoint
	//	*ISSEvent_PersistStableCheckpoint
	//	*ISSEvent_Sb
	//	*ISSEvent_PushCheckpoint
	Type isISSEvent_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*ISSEvent) Descriptor deprecated

func (*ISSEvent) Descriptor() ([]byte, []int)

Deprecated: Use ISSEvent.ProtoReflect.Descriptor instead.

func (*ISSEvent) GetPersistCheckpoint

func (x *ISSEvent) GetPersistCheckpoint() *PersistCheckpoint

func (*ISSEvent) GetPersistStableCheckpoint

func (x *ISSEvent) GetPersistStableCheckpoint() *PersistStableCheckpoint

func (*ISSEvent) GetPushCheckpoint

func (x *ISSEvent) GetPushCheckpoint() *PushCheckpoint

func (*ISSEvent) GetSb

func (x *ISSEvent) GetSb() *SBEvent

func (*ISSEvent) GetType

func (m *ISSEvent) GetType() isISSEvent_Type

func (*ISSEvent) ProtoMessage

func (*ISSEvent) ProtoMessage()

func (*ISSEvent) ProtoReflect

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

func (*ISSEvent) Reset

func (x *ISSEvent) Reset()

func (*ISSEvent) String

func (x *ISSEvent) String() string

type ISSEvent_PersistCheckpoint

type ISSEvent_PersistCheckpoint struct {
	PersistCheckpoint *PersistCheckpoint `protobuf:"bytes,1,opt,name=persist_checkpoint,json=persistCheckpoint,proto3,oneof"`
}

type ISSEvent_PersistStableCheckpoint

type ISSEvent_PersistStableCheckpoint struct {
	PersistStableCheckpoint *PersistStableCheckpoint `protobuf:"bytes,3,opt,name=persist_stable_checkpoint,json=persistStableCheckpoint,proto3,oneof"`
}

type ISSEvent_PushCheckpoint

type ISSEvent_PushCheckpoint struct {
	PushCheckpoint *PushCheckpoint `protobuf:"bytes,5,opt,name=push_checkpoint,json=pushCheckpoint,proto3,oneof"`
}

type ISSEvent_Sb

type ISSEvent_Sb struct {
	Sb *SBEvent `protobuf:"bytes,4,opt,name=sb,proto3,oneof"`
}

type ISSHashOrigin

type ISSHashOrigin struct {

	// Types that are assignable to Type:
	//	*ISSHashOrigin_Sb
	//	*ISSHashOrigin_LogEntrySn
	//	*ISSHashOrigin_StateSnapshotEpoch
	//	*ISSHashOrigin_Requests
	Type isISSHashOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*ISSHashOrigin) Descriptor deprecated

func (*ISSHashOrigin) Descriptor() ([]byte, []int)

Deprecated: Use ISSHashOrigin.ProtoReflect.Descriptor instead.

func (*ISSHashOrigin) GetLogEntrySn

func (x *ISSHashOrigin) GetLogEntrySn() uint64

func (*ISSHashOrigin) GetRequests

func (x *ISSHashOrigin) GetRequests() *RequestHashOrigin

func (*ISSHashOrigin) GetSb

func (x *ISSHashOrigin) GetSb() *SBHashOrigin

func (*ISSHashOrigin) GetStateSnapshotEpoch

func (x *ISSHashOrigin) GetStateSnapshotEpoch() uint64

func (*ISSHashOrigin) GetType

func (m *ISSHashOrigin) GetType() isISSHashOrigin_Type

func (*ISSHashOrigin) ProtoMessage

func (*ISSHashOrigin) ProtoMessage()

func (*ISSHashOrigin) ProtoReflect

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

func (*ISSHashOrigin) Reset

func (x *ISSHashOrigin) Reset()

func (*ISSHashOrigin) String

func (x *ISSHashOrigin) String() string

type ISSHashOrigin_LogEntrySn

type ISSHashOrigin_LogEntrySn struct {
	LogEntrySn uint64 `protobuf:"varint,2,opt,name=log_entry_sn,json=logEntrySn,proto3,oneof"`
}

type ISSHashOrigin_Requests

type ISSHashOrigin_Requests struct {
	Requests *RequestHashOrigin `protobuf:"bytes,4,opt,name=requests,proto3,oneof"`
}

type ISSHashOrigin_Sb

type ISSHashOrigin_Sb struct {
	Sb *SBHashOrigin `protobuf:"bytes,1,opt,name=sb,proto3,oneof"`
}

type ISSHashOrigin_StateSnapshotEpoch

type ISSHashOrigin_StateSnapshotEpoch struct {
	StateSnapshotEpoch uint64 `protobuf:"varint,3,opt,name=state_snapshot_epoch,json=stateSnapshotEpoch,proto3,oneof"`
}

type ISSMessage

type ISSMessage struct {

	// Types that are assignable to Type:
	//	*ISSMessage_Sb
	//	*ISSMessage_StableCheckpoint
	//	*ISSMessage_RetransmitRequests
	Type isISSMessage_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*ISSMessage) Descriptor deprecated

func (*ISSMessage) Descriptor() ([]byte, []int)

Deprecated: Use ISSMessage.ProtoReflect.Descriptor instead.

func (*ISSMessage) GetRetransmitRequests

func (x *ISSMessage) GetRetransmitRequests() *RetransmitRequests

func (*ISSMessage) GetSb

func (x *ISSMessage) GetSb() *SBMessage

func (*ISSMessage) GetStableCheckpoint

func (x *ISSMessage) GetStableCheckpoint() *checkpointpb.StableCheckpoint

func (*ISSMessage) GetType

func (m *ISSMessage) GetType() isISSMessage_Type

func (*ISSMessage) ProtoMessage

func (*ISSMessage) ProtoMessage()

func (*ISSMessage) ProtoReflect

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

func (*ISSMessage) Reset

func (x *ISSMessage) Reset()

func (*ISSMessage) String

func (x *ISSMessage) String() string

type ISSMessage_RetransmitRequests

type ISSMessage_RetransmitRequests struct {
	RetransmitRequests *RetransmitRequests `protobuf:"bytes,4,opt,name=retransmit_requests,json=retransmitRequests,proto3,oneof"`
}

type ISSMessage_Sb

type ISSMessage_Sb struct {
	Sb *SBMessage `protobuf:"bytes,1,opt,name=sb,proto3,oneof"`
}

type ISSMessage_StableCheckpoint

type ISSMessage_StableCheckpoint struct {
	StableCheckpoint *checkpointpb.StableCheckpoint `protobuf:"bytes,3,opt,name=stable_checkpoint,json=stableCheckpoint,proto3,oneof"`
}

type ISSSigVerOrigin

type ISSSigVerOrigin struct {

	// Types that are assignable to Type:
	//	*ISSSigVerOrigin_Sb
	//	*ISSSigVerOrigin_CheckpointEpoch
	//	*ISSSigVerOrigin_StableCheckpoint
	Type isISSSigVerOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*ISSSigVerOrigin) Descriptor deprecated

func (*ISSSigVerOrigin) Descriptor() ([]byte, []int)

Deprecated: Use ISSSigVerOrigin.ProtoReflect.Descriptor instead.

func (*ISSSigVerOrigin) GetCheckpointEpoch

func (x *ISSSigVerOrigin) GetCheckpointEpoch() uint64

func (*ISSSigVerOrigin) GetSb

func (x *ISSSigVerOrigin) GetSb() *SBSigVerOrigin

func (*ISSSigVerOrigin) GetStableCheckpoint

func (x *ISSSigVerOrigin) GetStableCheckpoint() *checkpointpb.StableCheckpoint

func (*ISSSigVerOrigin) GetType

func (m *ISSSigVerOrigin) GetType() isISSSigVerOrigin_Type

func (*ISSSigVerOrigin) ProtoMessage

func (*ISSSigVerOrigin) ProtoMessage()

func (*ISSSigVerOrigin) ProtoReflect

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

func (*ISSSigVerOrigin) Reset

func (x *ISSSigVerOrigin) Reset()

func (*ISSSigVerOrigin) String

func (x *ISSSigVerOrigin) String() string

type ISSSigVerOrigin_CheckpointEpoch

type ISSSigVerOrigin_CheckpointEpoch struct {
	CheckpointEpoch uint64 `protobuf:"varint,2,opt,name=checkpoint_epoch,json=checkpointEpoch,proto3,oneof"`
}

type ISSSigVerOrigin_Sb

type ISSSigVerOrigin_Sb struct {
	Sb *SBSigVerOrigin `protobuf:"bytes,1,opt,name=sb,proto3,oneof"`
}

type ISSSigVerOrigin_StableCheckpoint

type ISSSigVerOrigin_StableCheckpoint struct {
	StableCheckpoint *checkpointpb.StableCheckpoint `protobuf:"bytes,3,opt,name=stable_checkpoint,json=stableCheckpoint,proto3,oneof"`
}

type ISSSignOrigin

type ISSSignOrigin struct {

	// Types that are assignable to Type:
	//	*ISSSignOrigin_Sb
	Type isISSSignOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*ISSSignOrigin) Descriptor deprecated

func (*ISSSignOrigin) Descriptor() ([]byte, []int)

Deprecated: Use ISSSignOrigin.ProtoReflect.Descriptor instead.

func (*ISSSignOrigin) GetSb

func (x *ISSSignOrigin) GetSb() *SBSignOrigin

func (*ISSSignOrigin) GetType

func (m *ISSSignOrigin) GetType() isISSSignOrigin_Type

func (*ISSSignOrigin) ProtoMessage

func (*ISSSignOrigin) ProtoMessage()

func (*ISSSignOrigin) ProtoReflect

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

func (*ISSSignOrigin) Reset

func (x *ISSSignOrigin) Reset()

func (*ISSSignOrigin) String

func (x *ISSSignOrigin) String() string

type ISSSignOrigin_Sb

type ISSSignOrigin_Sb struct {
	Sb *SBSignOrigin `protobuf:"bytes,1,opt,name=sb,proto3,oneof"`
}

type PersistCheckpoint

type PersistCheckpoint struct {
	Sn                uint64                  `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"`
	StateSnapshot     *commonpb.StateSnapshot `protobuf:"bytes,2,opt,name=state_snapshot,json=stateSnapshot,proto3" json:"state_snapshot,omitempty"`
	StateSnapshotHash []byte                  `protobuf:"bytes,3,opt,name=state_snapshot_hash,json=stateSnapshotHash,proto3" json:"state_snapshot_hash,omitempty"`
	Signature         []byte                  `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*PersistCheckpoint) Descriptor deprecated

func (*PersistCheckpoint) Descriptor() ([]byte, []int)

Deprecated: Use PersistCheckpoint.ProtoReflect.Descriptor instead.

func (*PersistCheckpoint) GetSignature

func (x *PersistCheckpoint) GetSignature() []byte

func (*PersistCheckpoint) GetSn

func (x *PersistCheckpoint) GetSn() uint64

func (*PersistCheckpoint) GetStateSnapshot

func (x *PersistCheckpoint) GetStateSnapshot() *commonpb.StateSnapshot

func (*PersistCheckpoint) GetStateSnapshotHash

func (x *PersistCheckpoint) GetStateSnapshotHash() []byte

func (*PersistCheckpoint) ProtoMessage

func (*PersistCheckpoint) ProtoMessage()

func (*PersistCheckpoint) ProtoReflect

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

func (*PersistCheckpoint) Reset

func (x *PersistCheckpoint) Reset()

func (*PersistCheckpoint) String

func (x *PersistCheckpoint) String() string

type PersistStableCheckpoint

type PersistStableCheckpoint struct {
	StableCheckpoint *checkpointpb.StableCheckpoint `protobuf:"bytes,1,opt,name=stable_checkpoint,json=stableCheckpoint,proto3" json:"stable_checkpoint,omitempty"`
	// contains filtered or unexported fields
}

PersistStableCheckpoint needs to be a separate Event from StableCheckpoint, since both are ISSEvents, but, the protocol must differentiate between them. While the former will be applied on recovery from the WAL, the latter serves as a notification to the ISS protocol when a stable checkpoint has been persisted.

func (*PersistStableCheckpoint) Descriptor deprecated

func (*PersistStableCheckpoint) Descriptor() ([]byte, []int)

Deprecated: Use PersistStableCheckpoint.ProtoReflect.Descriptor instead.

func (*PersistStableCheckpoint) GetStableCheckpoint

func (x *PersistStableCheckpoint) GetStableCheckpoint() *checkpointpb.StableCheckpoint

func (*PersistStableCheckpoint) ProtoMessage

func (*PersistStableCheckpoint) ProtoMessage()

func (*PersistStableCheckpoint) ProtoReflect

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

func (*PersistStableCheckpoint) Reset

func (x *PersistStableCheckpoint) Reset()

func (*PersistStableCheckpoint) String

func (x *PersistStableCheckpoint) String() string

type PushCheckpoint

type PushCheckpoint struct {
	// contains filtered or unexported fields
}

func (*PushCheckpoint) Descriptor deprecated

func (*PushCheckpoint) Descriptor() ([]byte, []int)

Deprecated: Use PushCheckpoint.ProtoReflect.Descriptor instead.

func (*PushCheckpoint) ProtoMessage

func (*PushCheckpoint) ProtoMessage()

func (*PushCheckpoint) ProtoReflect

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

func (*PushCheckpoint) Reset

func (x *PushCheckpoint) Reset()

func (*PushCheckpoint) String

func (x *PushCheckpoint) String() string

type RequestHashOrigin

type RequestHashOrigin struct {
	Requests []*requestpb.Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestHashOrigin) Descriptor deprecated

func (*RequestHashOrigin) Descriptor() ([]byte, []int)

Deprecated: Use RequestHashOrigin.ProtoReflect.Descriptor instead.

func (*RequestHashOrigin) GetRequests

func (x *RequestHashOrigin) GetRequests() []*requestpb.Request

func (*RequestHashOrigin) ProtoMessage

func (*RequestHashOrigin) ProtoMessage()

func (*RequestHashOrigin) ProtoReflect

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

func (*RequestHashOrigin) Reset

func (x *RequestHashOrigin) Reset()

func (*RequestHashOrigin) String

func (x *RequestHashOrigin) String() string

type RetransmitRequests

type RetransmitRequests struct {
	Requests []*requestpb.Request `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

func (*RetransmitRequests) Descriptor deprecated

func (*RetransmitRequests) Descriptor() ([]byte, []int)

Deprecated: Use RetransmitRequests.ProtoReflect.Descriptor instead.

func (*RetransmitRequests) GetRequests

func (x *RetransmitRequests) GetRequests() []*requestpb.Request

func (*RetransmitRequests) ProtoMessage

func (*RetransmitRequests) ProtoMessage()

func (*RetransmitRequests) ProtoReflect

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

func (*RetransmitRequests) Reset

func (x *RetransmitRequests) Reset()

func (*RetransmitRequests) String

func (x *RetransmitRequests) String() string

type SBBatchReady

type SBBatchReady struct {
	Batch               *requestpb.Batch `protobuf:"bytes,1,opt,name=batch,proto3" json:"batch,omitempty"`
	PendingRequestsLeft uint64           `protobuf:"varint,2,opt,name=pending_requests_left,json=pendingRequestsLeft,proto3" json:"pending_requests_left,omitempty"`
	// contains filtered or unexported fields
}

func (*SBBatchReady) Descriptor deprecated

func (*SBBatchReady) Descriptor() ([]byte, []int)

Deprecated: Use SBBatchReady.ProtoReflect.Descriptor instead.

func (*SBBatchReady) GetBatch

func (x *SBBatchReady) GetBatch() *requestpb.Batch

func (*SBBatchReady) GetPendingRequestsLeft

func (x *SBBatchReady) GetPendingRequestsLeft() uint64

func (*SBBatchReady) ProtoMessage

func (*SBBatchReady) ProtoMessage()

func (*SBBatchReady) ProtoReflect

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

func (*SBBatchReady) Reset

func (x *SBBatchReady) Reset()

func (*SBBatchReady) String

func (x *SBBatchReady) String() string

type SBCertReady

type SBCertReady struct {
	Cert *availabilitypb.Cert `protobuf:"bytes,1,opt,name=cert,proto3" json:"cert,omitempty"`
	// contains filtered or unexported fields
}

func (*SBCertReady) Descriptor deprecated

func (*SBCertReady) Descriptor() ([]byte, []int)

Deprecated: Use SBCertReady.ProtoReflect.Descriptor instead.

func (*SBCertReady) GetCert

func (x *SBCertReady) GetCert() *availabilitypb.Cert

func (*SBCertReady) ProtoMessage

func (*SBCertReady) ProtoMessage()

func (*SBCertReady) ProtoReflect

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

func (*SBCertReady) Reset

func (x *SBCertReady) Reset()

func (*SBCertReady) String

func (x *SBCertReady) String() string

type SBCertRequest

type SBCertRequest struct {
	// contains filtered or unexported fields
}

func (*SBCertRequest) Descriptor deprecated

func (*SBCertRequest) Descriptor() ([]byte, []int)

Deprecated: Use SBCertRequest.ProtoReflect.Descriptor instead.

func (*SBCertRequest) ProtoMessage

func (*SBCertRequest) ProtoMessage()

func (*SBCertRequest) ProtoReflect

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

func (*SBCertRequest) Reset

func (x *SBCertRequest) Reset()

func (*SBCertRequest) String

func (x *SBCertRequest) String() string

type SBDeliver

type SBDeliver struct {
	Sn       uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"`
	CertData []byte `protobuf:"bytes,2,opt,name=cert_data,json=certData,proto3" json:"cert_data,omitempty"`
	Aborted  bool   `protobuf:"varint,3,opt,name=aborted,proto3" json:"aborted,omitempty"`
	// contains filtered or unexported fields
}

func (*SBDeliver) Descriptor deprecated

func (*SBDeliver) Descriptor() ([]byte, []int)

Deprecated: Use SBDeliver.ProtoReflect.Descriptor instead.

func (*SBDeliver) GetAborted

func (x *SBDeliver) GetAborted() bool

func (*SBDeliver) GetCertData

func (x *SBDeliver) GetCertData() []byte

func (*SBDeliver) GetSn

func (x *SBDeliver) GetSn() uint64

func (*SBDeliver) ProtoMessage

func (*SBDeliver) ProtoMessage()

func (*SBDeliver) ProtoReflect

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

func (*SBDeliver) Reset

func (x *SBDeliver) Reset()

func (*SBDeliver) String

func (x *SBDeliver) String() string

type SBEvent

type SBEvent struct {
	Epoch    uint64           `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Instance uint64           `protobuf:"varint,2,opt,name=instance,proto3" json:"instance,omitempty"`
	Event    *SBInstanceEvent `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*SBEvent) Descriptor deprecated

func (*SBEvent) Descriptor() ([]byte, []int)

Deprecated: Use SBEvent.ProtoReflect.Descriptor instead.

func (*SBEvent) GetEpoch

func (x *SBEvent) GetEpoch() uint64

func (*SBEvent) GetEvent

func (x *SBEvent) GetEvent() *SBInstanceEvent

func (*SBEvent) GetInstance

func (x *SBEvent) GetInstance() uint64

func (*SBEvent) ProtoMessage

func (*SBEvent) ProtoMessage()

func (*SBEvent) ProtoReflect

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

func (*SBEvent) Reset

func (x *SBEvent) Reset()

func (*SBEvent) String

func (x *SBEvent) String() string

type SBHashOrigin

type SBHashOrigin struct {
	Epoch    uint64                `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Instance uint64                `protobuf:"varint,2,opt,name=instance,proto3" json:"instance,omitempty"`
	Origin   *SBInstanceHashOrigin `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBHashOrigin) Descriptor deprecated

func (*SBHashOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBHashOrigin.ProtoReflect.Descriptor instead.

func (*SBHashOrigin) GetEpoch

func (x *SBHashOrigin) GetEpoch() uint64

func (*SBHashOrigin) GetInstance

func (x *SBHashOrigin) GetInstance() uint64

func (*SBHashOrigin) GetOrigin

func (x *SBHashOrigin) GetOrigin() *SBInstanceHashOrigin

func (*SBHashOrigin) ProtoMessage

func (*SBHashOrigin) ProtoMessage()

func (*SBHashOrigin) ProtoReflect

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

func (*SBHashOrigin) Reset

func (x *SBHashOrigin) Reset()

func (*SBHashOrigin) String

func (x *SBHashOrigin) String() string

type SBHashRequest

type SBHashRequest struct {
	Data   []*commonpb.HashData `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Origin *SBHashOrigin        `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBHashRequest) Descriptor deprecated

func (*SBHashRequest) Descriptor() ([]byte, []int)

Deprecated: Use SBHashRequest.ProtoReflect.Descriptor instead.

func (*SBHashRequest) GetData

func (x *SBHashRequest) GetData() []*commonpb.HashData

func (*SBHashRequest) GetOrigin

func (x *SBHashRequest) GetOrigin() *SBHashOrigin

func (*SBHashRequest) ProtoMessage

func (*SBHashRequest) ProtoMessage()

func (*SBHashRequest) ProtoReflect

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

func (*SBHashRequest) Reset

func (x *SBHashRequest) Reset()

func (*SBHashRequest) String

func (x *SBHashRequest) String() string

type SBHashResult

type SBHashResult struct {
	Digests [][]byte              `protobuf:"bytes,1,rep,name=digests,proto3" json:"digests,omitempty"`
	Origin  *SBInstanceHashOrigin `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBHashResult) Descriptor deprecated

func (*SBHashResult) Descriptor() ([]byte, []int)

Deprecated: Use SBHashResult.ProtoReflect.Descriptor instead.

func (*SBHashResult) GetDigests

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

func (*SBHashResult) GetOrigin

func (x *SBHashResult) GetOrigin() *SBInstanceHashOrigin

func (*SBHashResult) ProtoMessage

func (*SBHashResult) ProtoMessage()

func (*SBHashResult) ProtoReflect

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

func (*SBHashResult) Reset

func (x *SBHashResult) Reset()

func (*SBHashResult) String

func (x *SBHashResult) String() string

type SBInit

type SBInit struct {
	// contains filtered or unexported fields
}

func (*SBInit) Descriptor deprecated

func (*SBInit) Descriptor() ([]byte, []int)

Deprecated: Use SBInit.ProtoReflect.Descriptor instead.

func (*SBInit) ProtoMessage

func (*SBInit) ProtoMessage()

func (*SBInit) ProtoReflect

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

func (*SBInit) Reset

func (x *SBInit) Reset()

func (*SBInit) String

func (x *SBInit) String() string

type SBInstanceEvent

type SBInstanceEvent struct {

	// Types that are assignable to Type:
	//	*SBInstanceEvent_Init
	//	*SBInstanceEvent_Deliver
	//	*SBInstanceEvent_MessageReceived
	//	*SBInstanceEvent_PendingRequests
	//	*SBInstanceEvent_Tick
	//	*SBInstanceEvent_CertRequest
	//	*SBInstanceEvent_BatchReady
	//	*SBInstanceEvent_CertReady
	//	*SBInstanceEvent_HashRequest
	//	*SBInstanceEvent_HashResult
	//	*SBInstanceEvent_SignResult
	//	*SBInstanceEvent_NodeSigsVerified
	//	*SBInstanceEvent_PbftPersistPreprepare
	//	*SBInstanceEvent_PbftPersistPrepare
	//	*SBInstanceEvent_PbftPersistCommit
	//	*SBInstanceEvent_PbftPersistSignedViewChange
	//	*SBInstanceEvent_PbftPersistNewView
	//	*SBInstanceEvent_PbftProposeTimeout
	//	*SBInstanceEvent_PbftViewChangeSnTimeout
	//	*SBInstanceEvent_PbftViewChangeSegTimeout
	Type isSBInstanceEvent_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SBInstanceEvent) Descriptor deprecated

func (*SBInstanceEvent) Descriptor() ([]byte, []int)

Deprecated: Use SBInstanceEvent.ProtoReflect.Descriptor instead.

func (*SBInstanceEvent) GetBatchReady

func (x *SBInstanceEvent) GetBatchReady() *SBBatchReady

func (*SBInstanceEvent) GetCertReady

func (x *SBInstanceEvent) GetCertReady() *SBCertReady

func (*SBInstanceEvent) GetCertRequest

func (x *SBInstanceEvent) GetCertRequest() *SBCertRequest

func (*SBInstanceEvent) GetDeliver

func (x *SBInstanceEvent) GetDeliver() *SBDeliver

func (*SBInstanceEvent) GetHashRequest

func (x *SBInstanceEvent) GetHashRequest() *SBHashRequest

func (*SBInstanceEvent) GetHashResult

func (x *SBInstanceEvent) GetHashResult() *SBHashResult

func (*SBInstanceEvent) GetInit

func (x *SBInstanceEvent) GetInit() *SBInit

func (*SBInstanceEvent) GetMessageReceived

func (x *SBInstanceEvent) GetMessageReceived() *SBMessageReceived

func (*SBInstanceEvent) GetNodeSigsVerified

func (x *SBInstanceEvent) GetNodeSigsVerified() *SBNodeSigsVerified

func (*SBInstanceEvent) GetPbftPersistCommit

func (x *SBInstanceEvent) GetPbftPersistCommit() *isspbftpb.Commit

func (*SBInstanceEvent) GetPbftPersistNewView

func (x *SBInstanceEvent) GetPbftPersistNewView() *isspbftpb.NewView

func (*SBInstanceEvent) GetPbftPersistPrepare

func (x *SBInstanceEvent) GetPbftPersistPrepare() *isspbftpb.Prepare

func (*SBInstanceEvent) GetPbftPersistPreprepare

func (x *SBInstanceEvent) GetPbftPersistPreprepare() *isspbftpb.Preprepare

func (*SBInstanceEvent) GetPbftPersistSignedViewChange

func (x *SBInstanceEvent) GetPbftPersistSignedViewChange() *isspbftpb.SignedViewChange

func (*SBInstanceEvent) GetPbftProposeTimeout

func (x *SBInstanceEvent) GetPbftProposeTimeout() uint64

func (*SBInstanceEvent) GetPbftViewChangeSegTimeout

func (x *SBInstanceEvent) GetPbftViewChangeSegTimeout() uint64

func (*SBInstanceEvent) GetPbftViewChangeSnTimeout

func (x *SBInstanceEvent) GetPbftViewChangeSnTimeout() *isspbftpb.VCSNTimeout

func (*SBInstanceEvent) GetPendingRequests

func (x *SBInstanceEvent) GetPendingRequests() *SBPendingRequests

func (*SBInstanceEvent) GetSignResult

func (x *SBInstanceEvent) GetSignResult() *SBSignResult

func (*SBInstanceEvent) GetTick

func (x *SBInstanceEvent) GetTick() *SBTick

func (*SBInstanceEvent) GetType

func (m *SBInstanceEvent) GetType() isSBInstanceEvent_Type

func (*SBInstanceEvent) ProtoMessage

func (*SBInstanceEvent) ProtoMessage()

func (*SBInstanceEvent) ProtoReflect

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

func (*SBInstanceEvent) Reset

func (x *SBInstanceEvent) Reset()

func (*SBInstanceEvent) String

func (x *SBInstanceEvent) String() string

type SBInstanceEvent_BatchReady

type SBInstanceEvent_BatchReady struct {
	BatchReady *SBBatchReady `protobuf:"bytes,7,opt,name=batch_ready,json=batchReady,proto3,oneof"`
}

type SBInstanceEvent_CertReady

type SBInstanceEvent_CertReady struct {
	CertReady *SBCertReady `protobuf:"bytes,8,opt,name=cert_ready,json=certReady,proto3,oneof"`
}

type SBInstanceEvent_CertRequest

type SBInstanceEvent_CertRequest struct {
	CertRequest *SBCertRequest `protobuf:"bytes,6,opt,name=cert_request,json=certRequest,proto3,oneof"`
}

type SBInstanceEvent_Deliver

type SBInstanceEvent_Deliver struct {
	Deliver *SBDeliver `protobuf:"bytes,2,opt,name=deliver,proto3,oneof"`
}

type SBInstanceEvent_HashRequest

type SBInstanceEvent_HashRequest struct {
	HashRequest *SBHashRequest `protobuf:"bytes,10,opt,name=hash_request,json=hashRequest,proto3,oneof"`
}

type SBInstanceEvent_HashResult

type SBInstanceEvent_HashResult struct {
	HashResult *SBHashResult `protobuf:"bytes,11,opt,name=hash_result,json=hashResult,proto3,oneof"`
}

type SBInstanceEvent_Init

type SBInstanceEvent_Init struct {
	Init *SBInit `protobuf:"bytes,1,opt,name=init,proto3,oneof"`
}

type SBInstanceEvent_MessageReceived

type SBInstanceEvent_MessageReceived struct {
	MessageReceived *SBMessageReceived `protobuf:"bytes,3,opt,name=message_received,json=messageReceived,proto3,oneof"`
}

type SBInstanceEvent_NodeSigsVerified

type SBInstanceEvent_NodeSigsVerified struct {
	NodeSigsVerified *SBNodeSigsVerified `protobuf:"bytes,13,opt,name=node_sigs_verified,json=nodeSigsVerified,proto3,oneof"`
}

type SBInstanceEvent_PbftPersistCommit

type SBInstanceEvent_PbftPersistCommit struct {
	PbftPersistCommit *isspbftpb.Commit `protobuf:"bytes,102,opt,name=pbft_persist_commit,json=pbftPersistCommit,proto3,oneof"`
}

type SBInstanceEvent_PbftPersistNewView

type SBInstanceEvent_PbftPersistNewView struct {
	PbftPersistNewView *isspbftpb.NewView `protobuf:"bytes,104,opt,name=pbft_persist_new_view,json=pbftPersistNewView,proto3,oneof"`
}

type SBInstanceEvent_PbftPersistPrepare

type SBInstanceEvent_PbftPersistPrepare struct {
	PbftPersistPrepare *isspbftpb.Prepare `protobuf:"bytes,101,opt,name=pbft_persist_prepare,json=pbftPersistPrepare,proto3,oneof"`
}

type SBInstanceEvent_PbftPersistPreprepare

type SBInstanceEvent_PbftPersistPreprepare struct {
	PbftPersistPreprepare *isspbftpb.Preprepare `protobuf:"bytes,100,opt,name=pbft_persist_preprepare,json=pbftPersistPreprepare,proto3,oneof"`
}

type SBInstanceEvent_PbftPersistSignedViewChange

type SBInstanceEvent_PbftPersistSignedViewChange struct {
	PbftPersistSignedViewChange *isspbftpb.SignedViewChange `protobuf:"bytes,103,opt,name=pbft_persist_signed_view_change,json=pbftPersistSignedViewChange,proto3,oneof"`
}

type SBInstanceEvent_PbftProposeTimeout

type SBInstanceEvent_PbftProposeTimeout struct {
	PbftProposeTimeout uint64 `protobuf:"varint,105,opt,name=pbft_propose_timeout,json=pbftProposeTimeout,proto3,oneof"`
}

type SBInstanceEvent_PbftViewChangeSegTimeout

type SBInstanceEvent_PbftViewChangeSegTimeout struct {
	PbftViewChangeSegTimeout uint64 `protobuf:"varint,107,opt,name=pbft_view_change_seg_timeout,json=pbftViewChangeSegTimeout,proto3,oneof"`
}

type SBInstanceEvent_PbftViewChangeSnTimeout

type SBInstanceEvent_PbftViewChangeSnTimeout struct {
	PbftViewChangeSnTimeout *isspbftpb.VCSNTimeout `protobuf:"bytes,106,opt,name=pbft_view_change_sn_timeout,json=pbftViewChangeSnTimeout,proto3,oneof"`
}

type SBInstanceEvent_PendingRequests

type SBInstanceEvent_PendingRequests struct {
	PendingRequests *SBPendingRequests `protobuf:"bytes,4,opt,name=pending_requests,json=pendingRequests,proto3,oneof"`
}

type SBInstanceEvent_SignResult

type SBInstanceEvent_SignResult struct {
	SignResult *SBSignResult `protobuf:"bytes,12,opt,name=sign_result,json=signResult,proto3,oneof"`
}

type SBInstanceEvent_Tick

type SBInstanceEvent_Tick struct {
	Tick *SBTick `protobuf:"bytes,5,opt,name=tick,proto3,oneof"`
}

type SBInstanceHashOrigin

type SBInstanceHashOrigin struct {

	// Types that are assignable to Type:
	//	*SBInstanceHashOrigin_PbftPreprepare
	//	*SBInstanceHashOrigin_PbftMissingPreprepare
	//	*SBInstanceHashOrigin_PbftNewView
	//	*SBInstanceHashOrigin_PbftEmptyPreprepares
	//	*SBInstanceHashOrigin_PbftCatchUpResponse
	Type isSBInstanceHashOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SBInstanceHashOrigin) Descriptor deprecated

func (*SBInstanceHashOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBInstanceHashOrigin.ProtoReflect.Descriptor instead.

func (*SBInstanceHashOrigin) GetPbftCatchUpResponse

func (x *SBInstanceHashOrigin) GetPbftCatchUpResponse() *isspbftpb.Preprepare

func (*SBInstanceHashOrigin) GetPbftEmptyPreprepares

func (x *SBInstanceHashOrigin) GetPbftEmptyPreprepares() uint64

func (*SBInstanceHashOrigin) GetPbftMissingPreprepare

func (x *SBInstanceHashOrigin) GetPbftMissingPreprepare() *isspbftpb.Preprepare

func (*SBInstanceHashOrigin) GetPbftNewView

func (x *SBInstanceHashOrigin) GetPbftNewView() *isspbftpb.NewView

func (*SBInstanceHashOrigin) GetPbftPreprepare

func (x *SBInstanceHashOrigin) GetPbftPreprepare() *isspbftpb.Preprepare

func (*SBInstanceHashOrigin) GetType

func (m *SBInstanceHashOrigin) GetType() isSBInstanceHashOrigin_Type

func (*SBInstanceHashOrigin) ProtoMessage

func (*SBInstanceHashOrigin) ProtoMessage()

func (*SBInstanceHashOrigin) ProtoReflect

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

func (*SBInstanceHashOrigin) Reset

func (x *SBInstanceHashOrigin) Reset()

func (*SBInstanceHashOrigin) String

func (x *SBInstanceHashOrigin) String() string

type SBInstanceHashOrigin_PbftCatchUpResponse

type SBInstanceHashOrigin_PbftCatchUpResponse struct {
	PbftCatchUpResponse *isspbftpb.Preprepare `protobuf:"bytes,5,opt,name=pbft_catch_up_response,json=pbftCatchUpResponse,proto3,oneof"`
}

type SBInstanceHashOrigin_PbftEmptyPreprepares

type SBInstanceHashOrigin_PbftEmptyPreprepares struct {
	PbftEmptyPreprepares uint64 `protobuf:"varint,4,opt,name=pbft_empty_preprepares,json=pbftEmptyPreprepares,proto3,oneof"`
}

type SBInstanceHashOrigin_PbftMissingPreprepare

type SBInstanceHashOrigin_PbftMissingPreprepare struct {
	PbftMissingPreprepare *isspbftpb.Preprepare `protobuf:"bytes,2,opt,name=pbft_missing_preprepare,json=pbftMissingPreprepare,proto3,oneof"`
}

type SBInstanceHashOrigin_PbftNewView

type SBInstanceHashOrigin_PbftNewView struct {
	PbftNewView *isspbftpb.NewView `protobuf:"bytes,3,opt,name=pbft_new_view,json=pbftNewView,proto3,oneof"`
}

type SBInstanceHashOrigin_PbftPreprepare

type SBInstanceHashOrigin_PbftPreprepare struct {
	PbftPreprepare *isspbftpb.Preprepare `protobuf:"bytes,1,opt,name=pbft_preprepare,json=pbftPreprepare,proto3,oneof"`
}

type SBInstanceMessage

type SBInstanceMessage struct {

	// Types that are assignable to Type:
	//	*SBInstanceMessage_PbftPreprepare
	//	*SBInstanceMessage_PbftPrepare
	//	*SBInstanceMessage_PbftCommit
	//	*SBInstanceMessage_PbftSignedViewChange
	//	*SBInstanceMessage_PbftPreprepareRequest
	//	*SBInstanceMessage_PbftMissingPreprepare
	//	*SBInstanceMessage_PbftNewView
	//	*SBInstanceMessage_PbftDone
	//	*SBInstanceMessage_PbftCatchUpRequest
	//	*SBInstanceMessage_PbftCatchUpResponse
	Type isSBInstanceMessage_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SBInstanceMessage) Descriptor deprecated

func (*SBInstanceMessage) Descriptor() ([]byte, []int)

Deprecated: Use SBInstanceMessage.ProtoReflect.Descriptor instead.

func (*SBInstanceMessage) GetPbftCatchUpRequest

func (x *SBInstanceMessage) GetPbftCatchUpRequest() *isspbftpb.CatchUpRequest

func (*SBInstanceMessage) GetPbftCatchUpResponse

func (x *SBInstanceMessage) GetPbftCatchUpResponse() *isspbftpb.Preprepare

func (*SBInstanceMessage) GetPbftCommit

func (x *SBInstanceMessage) GetPbftCommit() *isspbftpb.Commit

func (*SBInstanceMessage) GetPbftDone

func (x *SBInstanceMessage) GetPbftDone() *isspbftpb.Done

func (*SBInstanceMessage) GetPbftMissingPreprepare

func (x *SBInstanceMessage) GetPbftMissingPreprepare() *isspbftpb.Preprepare

func (*SBInstanceMessage) GetPbftNewView

func (x *SBInstanceMessage) GetPbftNewView() *isspbftpb.NewView

func (*SBInstanceMessage) GetPbftPrepare

func (x *SBInstanceMessage) GetPbftPrepare() *isspbftpb.Prepare

func (*SBInstanceMessage) GetPbftPreprepare

func (x *SBInstanceMessage) GetPbftPreprepare() *isspbftpb.Preprepare

func (*SBInstanceMessage) GetPbftPreprepareRequest

func (x *SBInstanceMessage) GetPbftPreprepareRequest() *isspbftpb.PreprepareRequest

func (*SBInstanceMessage) GetPbftSignedViewChange

func (x *SBInstanceMessage) GetPbftSignedViewChange() *isspbftpb.SignedViewChange

func (*SBInstanceMessage) GetType

func (m *SBInstanceMessage) GetType() isSBInstanceMessage_Type

func (*SBInstanceMessage) ProtoMessage

func (*SBInstanceMessage) ProtoMessage()

func (*SBInstanceMessage) ProtoReflect

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

func (*SBInstanceMessage) Reset

func (x *SBInstanceMessage) Reset()

func (*SBInstanceMessage) String

func (x *SBInstanceMessage) String() string

type SBInstanceMessage_PbftCatchUpRequest

type SBInstanceMessage_PbftCatchUpRequest struct {
	PbftCatchUpRequest *isspbftpb.CatchUpRequest `protobuf:"bytes,9,opt,name=pbft_catch_up_request,json=pbftCatchUpRequest,proto3,oneof"`
}

type SBInstanceMessage_PbftCatchUpResponse

type SBInstanceMessage_PbftCatchUpResponse struct {
	PbftCatchUpResponse *isspbftpb.Preprepare `protobuf:"bytes,10,opt,name=pbft_catch_up_response,json=pbftCatchUpResponse,proto3,oneof"`
}

type SBInstanceMessage_PbftCommit

type SBInstanceMessage_PbftCommit struct {
	PbftCommit *isspbftpb.Commit `protobuf:"bytes,3,opt,name=pbft_commit,json=pbftCommit,proto3,oneof"`
}

type SBInstanceMessage_PbftDone

type SBInstanceMessage_PbftDone struct {
	PbftDone *isspbftpb.Done `protobuf:"bytes,8,opt,name=pbft_done,json=pbftDone,proto3,oneof"`
}

type SBInstanceMessage_PbftMissingPreprepare

type SBInstanceMessage_PbftMissingPreprepare struct {
	PbftMissingPreprepare *isspbftpb.Preprepare `protobuf:"bytes,6,opt,name=pbft_missing_preprepare,json=pbftMissingPreprepare,proto3,oneof"`
}

type SBInstanceMessage_PbftNewView

type SBInstanceMessage_PbftNewView struct {
	PbftNewView *isspbftpb.NewView `protobuf:"bytes,7,opt,name=pbft_new_view,json=pbftNewView,proto3,oneof"`
}

type SBInstanceMessage_PbftPrepare

type SBInstanceMessage_PbftPrepare struct {
	PbftPrepare *isspbftpb.Prepare `protobuf:"bytes,2,opt,name=pbft_prepare,json=pbftPrepare,proto3,oneof"`
}

type SBInstanceMessage_PbftPreprepare

type SBInstanceMessage_PbftPreprepare struct {
	PbftPreprepare *isspbftpb.Preprepare `protobuf:"bytes,1,opt,name=pbft_preprepare,json=pbftPreprepare,proto3,oneof"`
}

type SBInstanceMessage_PbftPreprepareRequest

type SBInstanceMessage_PbftPreprepareRequest struct {
	PbftPreprepareRequest *isspbftpb.PreprepareRequest `protobuf:"bytes,5,opt,name=pbft_preprepare_request,json=pbftPreprepareRequest,proto3,oneof"`
}

type SBInstanceMessage_PbftSignedViewChange

type SBInstanceMessage_PbftSignedViewChange struct {
	PbftSignedViewChange *isspbftpb.SignedViewChange `protobuf:"bytes,4,opt,name=pbft_signed_view_change,json=pbftSignedViewChange,proto3,oneof"`
}

type SBInstanceSigVerOrigin

type SBInstanceSigVerOrigin struct {

	// Types that are assignable to Type:
	//	*SBInstanceSigVerOrigin_PbftSignedViewChange
	//	*SBInstanceSigVerOrigin_PbftNewView
	Type isSBInstanceSigVerOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SBInstanceSigVerOrigin) Descriptor deprecated

func (*SBInstanceSigVerOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBInstanceSigVerOrigin.ProtoReflect.Descriptor instead.

func (*SBInstanceSigVerOrigin) GetPbftNewView

func (x *SBInstanceSigVerOrigin) GetPbftNewView() *isspbftpb.NewView

func (*SBInstanceSigVerOrigin) GetPbftSignedViewChange

func (x *SBInstanceSigVerOrigin) GetPbftSignedViewChange() *isspbftpb.SignedViewChange

func (*SBInstanceSigVerOrigin) GetType

func (m *SBInstanceSigVerOrigin) GetType() isSBInstanceSigVerOrigin_Type

func (*SBInstanceSigVerOrigin) ProtoMessage

func (*SBInstanceSigVerOrigin) ProtoMessage()

func (*SBInstanceSigVerOrigin) ProtoReflect

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

func (*SBInstanceSigVerOrigin) Reset

func (x *SBInstanceSigVerOrigin) Reset()

func (*SBInstanceSigVerOrigin) String

func (x *SBInstanceSigVerOrigin) String() string

type SBInstanceSigVerOrigin_PbftNewView

type SBInstanceSigVerOrigin_PbftNewView struct {
	PbftNewView *isspbftpb.NewView `protobuf:"bytes,2,opt,name=pbft_new_view,json=pbftNewView,proto3,oneof"`
}

type SBInstanceSigVerOrigin_PbftSignedViewChange

type SBInstanceSigVerOrigin_PbftSignedViewChange struct {
	PbftSignedViewChange *isspbftpb.SignedViewChange `protobuf:"bytes,1,opt,name=pbft_signed_view_change,json=pbftSignedViewChange,proto3,oneof"`
}

type SBInstanceSignOrigin

type SBInstanceSignOrigin struct {

	// Types that are assignable to Type:
	//	*SBInstanceSignOrigin_PbftViewChange
	Type isSBInstanceSignOrigin_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*SBInstanceSignOrigin) Descriptor deprecated

func (*SBInstanceSignOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBInstanceSignOrigin.ProtoReflect.Descriptor instead.

func (*SBInstanceSignOrigin) GetPbftViewChange

func (x *SBInstanceSignOrigin) GetPbftViewChange() *isspbftpb.ViewChange

func (*SBInstanceSignOrigin) GetType

func (m *SBInstanceSignOrigin) GetType() isSBInstanceSignOrigin_Type

func (*SBInstanceSignOrigin) ProtoMessage

func (*SBInstanceSignOrigin) ProtoMessage()

func (*SBInstanceSignOrigin) ProtoReflect

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

func (*SBInstanceSignOrigin) Reset

func (x *SBInstanceSignOrigin) Reset()

func (*SBInstanceSignOrigin) String

func (x *SBInstanceSignOrigin) String() string

type SBInstanceSignOrigin_PbftViewChange

type SBInstanceSignOrigin_PbftViewChange struct {
	PbftViewChange *isspbftpb.ViewChange `protobuf:"bytes,1,opt,name=pbft_view_change,json=pbftViewChange,proto3,oneof"`
}

type SBMessage

type SBMessage struct {
	Epoch    uint64             `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Instance uint64             `protobuf:"varint,2,opt,name=instance,proto3" json:"instance,omitempty"`
	Msg      *SBInstanceMessage `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*SBMessage) Descriptor deprecated

func (*SBMessage) Descriptor() ([]byte, []int)

Deprecated: Use SBMessage.ProtoReflect.Descriptor instead.

func (*SBMessage) GetEpoch

func (x *SBMessage) GetEpoch() uint64

func (*SBMessage) GetInstance

func (x *SBMessage) GetInstance() uint64

func (*SBMessage) GetMsg

func (x *SBMessage) GetMsg() *SBInstanceMessage

func (*SBMessage) ProtoMessage

func (*SBMessage) ProtoMessage()

func (*SBMessage) ProtoReflect

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

func (*SBMessage) Reset

func (x *SBMessage) Reset()

func (*SBMessage) String

func (x *SBMessage) String() string

type SBMessageReceived

type SBMessageReceived struct {
	From string             `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	Msg  *SBInstanceMessage `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*SBMessageReceived) Descriptor deprecated

func (*SBMessageReceived) Descriptor() ([]byte, []int)

Deprecated: Use SBMessageReceived.ProtoReflect.Descriptor instead.

func (*SBMessageReceived) GetFrom

func (x *SBMessageReceived) GetFrom() string

func (*SBMessageReceived) GetMsg

func (x *SBMessageReceived) GetMsg() *SBInstanceMessage

func (*SBMessageReceived) ProtoMessage

func (*SBMessageReceived) ProtoMessage()

func (*SBMessageReceived) ProtoReflect

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

func (*SBMessageReceived) Reset

func (x *SBMessageReceived) Reset()

func (*SBMessageReceived) String

func (x *SBMessageReceived) String() string

type SBNodeSigsVerified

type SBNodeSigsVerified struct {
	NodeIds []string                `protobuf:"bytes,1,rep,name=node_ids,json=nodeIds,proto3" json:"node_ids,omitempty"`
	Valid   []bool                  `protobuf:"varint,2,rep,packed,name=valid,proto3" json:"valid,omitempty"`
	Errors  []string                `protobuf:"bytes,3,rep,name=errors,proto3" json:"errors,omitempty"`
	Origin  *SBInstanceSigVerOrigin `protobuf:"bytes,4,opt,name=origin,proto3" json:"origin,omitempty"`
	AllOk   bool                    `protobuf:"varint,5,opt,name=all_ok,json=allOk,proto3" json:"all_ok,omitempty"`
	// contains filtered or unexported fields
}

func (*SBNodeSigsVerified) Descriptor deprecated

func (*SBNodeSigsVerified) Descriptor() ([]byte, []int)

Deprecated: Use SBNodeSigsVerified.ProtoReflect.Descriptor instead.

func (*SBNodeSigsVerified) GetAllOk

func (x *SBNodeSigsVerified) GetAllOk() bool

func (*SBNodeSigsVerified) GetErrors

func (x *SBNodeSigsVerified) GetErrors() []string

func (*SBNodeSigsVerified) GetNodeIds

func (x *SBNodeSigsVerified) GetNodeIds() []string

func (*SBNodeSigsVerified) GetOrigin

func (*SBNodeSigsVerified) GetValid

func (x *SBNodeSigsVerified) GetValid() []bool

func (*SBNodeSigsVerified) ProtoMessage

func (*SBNodeSigsVerified) ProtoMessage()

func (*SBNodeSigsVerified) ProtoReflect

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

func (*SBNodeSigsVerified) Reset

func (x *SBNodeSigsVerified) Reset()

func (*SBNodeSigsVerified) String

func (x *SBNodeSigsVerified) String() string

type SBPendingRequests

type SBPendingRequests struct {
	NumRequests uint64 `protobuf:"varint,1,opt,name=numRequests,proto3" json:"numRequests,omitempty"`
	// contains filtered or unexported fields
}

func (*SBPendingRequests) Descriptor deprecated

func (*SBPendingRequests) Descriptor() ([]byte, []int)

Deprecated: Use SBPendingRequests.ProtoReflect.Descriptor instead.

func (*SBPendingRequests) GetNumRequests

func (x *SBPendingRequests) GetNumRequests() uint64

func (*SBPendingRequests) ProtoMessage

func (*SBPendingRequests) ProtoMessage()

func (*SBPendingRequests) ProtoReflect

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

func (*SBPendingRequests) Reset

func (x *SBPendingRequests) Reset()

func (*SBPendingRequests) String

func (x *SBPendingRequests) String() string

type SBSigVerOrigin

type SBSigVerOrigin struct {
	Epoch    uint64                  `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Instance uint64                  `protobuf:"varint,2,opt,name=instance,proto3" json:"instance,omitempty"`
	Origin   *SBInstanceSigVerOrigin `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBSigVerOrigin) Descriptor deprecated

func (*SBSigVerOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBSigVerOrigin.ProtoReflect.Descriptor instead.

func (*SBSigVerOrigin) GetEpoch

func (x *SBSigVerOrigin) GetEpoch() uint64

func (*SBSigVerOrigin) GetInstance

func (x *SBSigVerOrigin) GetInstance() uint64

func (*SBSigVerOrigin) GetOrigin

func (x *SBSigVerOrigin) GetOrigin() *SBInstanceSigVerOrigin

func (*SBSigVerOrigin) ProtoMessage

func (*SBSigVerOrigin) ProtoMessage()

func (*SBSigVerOrigin) ProtoReflect

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

func (*SBSigVerOrigin) Reset

func (x *SBSigVerOrigin) Reset()

func (*SBSigVerOrigin) String

func (x *SBSigVerOrigin) String() string

type SBSignOrigin

type SBSignOrigin struct {
	Epoch    uint64                `protobuf:"varint,1,opt,name=epoch,proto3" json:"epoch,omitempty"`
	Instance uint64                `protobuf:"varint,2,opt,name=instance,proto3" json:"instance,omitempty"`
	Origin   *SBInstanceSignOrigin `protobuf:"bytes,3,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBSignOrigin) Descriptor deprecated

func (*SBSignOrigin) Descriptor() ([]byte, []int)

Deprecated: Use SBSignOrigin.ProtoReflect.Descriptor instead.

func (*SBSignOrigin) GetEpoch

func (x *SBSignOrigin) GetEpoch() uint64

func (*SBSignOrigin) GetInstance

func (x *SBSignOrigin) GetInstance() uint64

func (*SBSignOrigin) GetOrigin

func (x *SBSignOrigin) GetOrigin() *SBInstanceSignOrigin

func (*SBSignOrigin) ProtoMessage

func (*SBSignOrigin) ProtoMessage()

func (*SBSignOrigin) ProtoReflect

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

func (*SBSignOrigin) Reset

func (x *SBSignOrigin) Reset()

func (*SBSignOrigin) String

func (x *SBSignOrigin) String() string

type SBSignResult

type SBSignResult struct {
	Signature []byte                `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Origin    *SBInstanceSignOrigin `protobuf:"bytes,2,opt,name=origin,proto3" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*SBSignResult) Descriptor deprecated

func (*SBSignResult) Descriptor() ([]byte, []int)

Deprecated: Use SBSignResult.ProtoReflect.Descriptor instead.

func (*SBSignResult) GetOrigin

func (x *SBSignResult) GetOrigin() *SBInstanceSignOrigin

func (*SBSignResult) GetSignature

func (x *SBSignResult) GetSignature() []byte

func (*SBSignResult) ProtoMessage

func (*SBSignResult) ProtoMessage()

func (*SBSignResult) ProtoReflect

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

func (*SBSignResult) Reset

func (x *SBSignResult) Reset()

func (*SBSignResult) String

func (x *SBSignResult) String() string

type SBTick

type SBTick struct {
	// contains filtered or unexported fields
}

func (*SBTick) Descriptor deprecated

func (*SBTick) Descriptor() ([]byte, []int)

Deprecated: Use SBTick.ProtoReflect.Descriptor instead.

func (*SBTick) ProtoMessage

func (*SBTick) ProtoMessage()

func (*SBTick) ProtoReflect

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

func (*SBTick) Reset

func (x *SBTick) Reset()

func (*SBTick) String

func (x *SBTick) String() string

Jump to

Keyboard shortcuts

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