isspb

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: 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 DeliverCert added in v0.4.0

type DeliverCert struct {
	Sn    uint64               `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"`
	Cert  *availabilitypb.Cert `protobuf:"bytes,2,opt,name=cert,proto3" json:"cert,omitempty"`
	Empty bool                 `protobuf:"varint,3,opt,name=empty,proto3" json:"empty,omitempty"`
	// contains filtered or unexported fields
}

func (*DeliverCert) Descriptor deprecated added in v0.4.0

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

Deprecated: Use DeliverCert.ProtoReflect.Descriptor instead.

func (*DeliverCert) GetCert added in v0.4.0

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

func (*DeliverCert) GetEmpty added in v0.4.0

func (x *DeliverCert) GetEmpty() bool

func (*DeliverCert) GetSn added in v0.4.0

func (x *DeliverCert) GetSn() uint64

func (*DeliverCert) ProtoMessage added in v0.4.0

func (*DeliverCert) ProtoMessage()

func (*DeliverCert) ProtoReflect added in v0.4.0

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

func (*DeliverCert) Reset added in v0.4.0

func (x *DeliverCert) Reset()

func (*DeliverCert) String added in v0.4.0

func (x *DeliverCert) String() string

type Event added in v0.4.0

type Event struct {

	// Types that are assignable to Type:
	//	*Event_PushCheckpoint
	//	*Event_SbDeliver
	//	*Event_DeliverCert
	//	*Event_NewConfig
	Type isEvent_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated added in v0.4.0

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetDeliverCert added in v0.4.0

func (x *Event) GetDeliverCert() *DeliverCert

func (*Event) GetNewConfig added in v0.4.0

func (x *Event) GetNewConfig() *NewConfig

func (*Event) GetPushCheckpoint added in v0.4.0

func (x *Event) GetPushCheckpoint() *PushCheckpoint

func (*Event) GetSbDeliver added in v0.4.0

func (x *Event) GetSbDeliver() *SBDeliver

func (*Event) GetType added in v0.4.0

func (m *Event) GetType() isEvent_Type

func (*Event) ProtoMessage added in v0.4.0

func (*Event) ProtoMessage()

func (*Event) ProtoReflect added in v0.4.0

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

func (*Event) ReflectTypeOptions added in v0.4.0

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

func (*Event) Reset added in v0.4.0

func (x *Event) Reset()

func (*Event) String added in v0.4.0

func (x *Event) String() string

type Event_DeliverCert added in v0.4.0

type Event_DeliverCert struct {
	DeliverCert *DeliverCert `protobuf:"bytes,3,opt,name=deliver_cert,json=deliverCert,proto3,oneof"`
}

func (*Event_DeliverCert) Unwrap added in v0.4.0

func (w *Event_DeliverCert) Unwrap() *DeliverCert

type Event_NewConfig added in v0.4.0

type Event_NewConfig struct {
	NewConfig *NewConfig `protobuf:"bytes,4,opt,name=new_config,json=newConfig,proto3,oneof"`
}

func (*Event_NewConfig) Unwrap added in v0.4.0

func (w *Event_NewConfig) Unwrap() *NewConfig

type Event_PushCheckpoint added in v0.4.0

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

func (*Event_PushCheckpoint) Unwrap added in v0.4.0

func (w *Event_PushCheckpoint) Unwrap() *PushCheckpoint

type Event_SbDeliver added in v0.4.0

type Event_SbDeliver struct {
	SbDeliver *SBDeliver `protobuf:"bytes,2,opt,name=sb_deliver,json=sbDeliver,proto3,oneof"`
}

func (*Event_SbDeliver) Unwrap added in v0.4.0

func (w *Event_SbDeliver) Unwrap() *SBDeliver

type Event_Type added in v0.4.0

type Event_Type = isEvent_Type

type Event_TypeWrapper added in v0.4.0

type Event_TypeWrapper[T any] interface {
	Event_Type
	Unwrap() *T
}

type ISSMessage

type ISSMessage struct {

	// Types that are assignable to Type:
	//	*ISSMessage_StableCheckpoint
	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) 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) ReflectTypeOptions added in v0.3.5

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

func (*ISSMessage) Reset

func (x *ISSMessage) Reset()

func (*ISSMessage) String

func (x *ISSMessage) String() string

type ISSMessage_StableCheckpoint

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

func (*ISSMessage_StableCheckpoint) Unwrap added in v0.3.5

type ISSMessage_Type added in v0.3.5

type ISSMessage_Type = isISSMessage_Type

type ISSMessage_TypeWrapper added in v0.3.5

type ISSMessage_TypeWrapper[T any] interface {
	ISSMessage_Type
	Unwrap() *T
}

type NewConfig added in v0.4.0

type NewConfig struct {
	EpochNr    uint64                `protobuf:"varint,1,opt,name=epoch_nr,json=epochNr,proto3" json:"epoch_nr,omitempty"`
	Membership *trantorpb.Membership `protobuf:"bytes,2,opt,name=membership,proto3" json:"membership,omitempty"`
	// contains filtered or unexported fields
}

func (*NewConfig) Descriptor deprecated added in v0.4.0

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

Deprecated: Use NewConfig.ProtoReflect.Descriptor instead.

func (*NewConfig) GetEpochNr added in v0.4.0

func (x *NewConfig) GetEpochNr() uint64

func (*NewConfig) GetMembership added in v0.4.0

func (x *NewConfig) GetMembership() *trantorpb.Membership

func (*NewConfig) ProtoMessage added in v0.4.0

func (*NewConfig) ProtoMessage()

func (*NewConfig) ProtoReflect added in v0.4.0

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

func (*NewConfig) Reset added in v0.4.0

func (x *NewConfig) Reset()

func (*NewConfig) String added in v0.4.0

func (x *NewConfig) 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 SBDeliver

type SBDeliver struct {
	Sn         uint64 `protobuf:"varint,1,opt,name=sn,proto3" json:"sn,omitempty"`
	Data       []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Aborted    bool   `protobuf:"varint,3,opt,name=aborted,proto3" json:"aborted,omitempty"`
	Leader     string `protobuf:"bytes,4,opt,name=leader,proto3" json:"leader,omitempty"`
	InstanceId string `protobuf:"bytes,5,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,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) GetData added in v0.2.2

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

func (*SBDeliver) GetInstanceId added in v0.2.2

func (x *SBDeliver) GetInstanceId() string

func (*SBDeliver) GetLeader added in v0.2.0

func (x *SBDeliver) GetLeader() string

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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