Documentation ¶
Index ¶
- Variables
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetNewEpoch() *NewEpoch
- func (x *Event) GetRestoreState() *RestoreState
- func (x *Event) GetSnapshot() *Snapshot
- func (x *Event) GetSnapshotRequest() *SnapshotRequest
- func (m *Event) GetType() isEvent_Type
- 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_NewEpoch
- type Event_RestoreState
- type Event_Snapshot
- type Event_SnapshotRequest
- type Event_Type
- type Event_TypeWrapper
- type NewEpoch
- type RestoreState
- type Snapshot
- type SnapshotRequest
Constants ¶
This section is empty.
Variables ¶
View Source
var File_apppb_apppb_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { // Types that are assignable to Type: // *Event_SnapshotRequest // *Event_Snapshot // *Event_RestoreState // *Event_NewEpoch Type isEvent_Type `protobuf_oneof:"type"` // contains filtered or unexported fields }
func (*Event) Descriptor
deprecated
func (*Event) GetNewEpoch ¶
func (*Event) GetRestoreState ¶
func (x *Event) GetRestoreState() *RestoreState
func (*Event) GetSnapshot ¶
func (*Event) GetSnapshotRequest ¶
func (x *Event) GetSnapshotRequest() *SnapshotRequest
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
func (*Event) ReflectTypeOptions ¶
type Event_NewEpoch ¶
type Event_NewEpoch struct {
NewEpoch *NewEpoch `protobuf:"bytes,4,opt,name=new_epoch,json=newEpoch,proto3,oneof"`
}
func (*Event_NewEpoch) Unwrap ¶
func (w *Event_NewEpoch) Unwrap() *NewEpoch
type Event_RestoreState ¶
type Event_RestoreState struct {
RestoreState *RestoreState `protobuf:"bytes,3,opt,name=restore_state,json=restoreState,proto3,oneof"`
}
func (*Event_RestoreState) Unwrap ¶
func (w *Event_RestoreState) Unwrap() *RestoreState
type Event_Snapshot ¶
type Event_Snapshot struct {
Snapshot *Snapshot `protobuf:"bytes,2,opt,name=snapshot,proto3,oneof"`
}
func (*Event_Snapshot) Unwrap ¶
func (w *Event_Snapshot) Unwrap() *Snapshot
type Event_SnapshotRequest ¶
type Event_SnapshotRequest struct {
SnapshotRequest *SnapshotRequest `protobuf:"bytes,1,opt,name=snapshot_request,json=snapshotRequest,proto3,oneof"`
}
func (*Event_SnapshotRequest) Unwrap ¶
func (w *Event_SnapshotRequest) Unwrap() *SnapshotRequest
type Event_Type ¶
type Event_Type = isEvent_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type NewEpoch ¶
type NewEpoch struct { EpochNr uint64 `protobuf:"varint,1,opt,name=epoch_nr,json=epochNr,proto3" json:"epoch_nr,omitempty"` ProtocolModule string `protobuf:"bytes,2,opt,name=protocol_module,json=protocolModule,proto3" json:"protocol_module,omitempty"` // contains filtered or unexported fields }
func (*NewEpoch) Descriptor
deprecated
func (*NewEpoch) GetEpochNr ¶
func (*NewEpoch) GetProtocolModule ¶
func (*NewEpoch) ProtoMessage ¶
func (*NewEpoch) ProtoMessage()
func (*NewEpoch) ProtoReflect ¶
func (x *NewEpoch) ProtoReflect() protoreflect.Message
type RestoreState ¶
type RestoreState struct { Checkpoint *checkpointpb.StableCheckpoint `protobuf:"bytes,1,opt,name=checkpoint,proto3" json:"checkpoint,omitempty"` // contains filtered or unexported fields }
func (*RestoreState) Descriptor
deprecated
func (*RestoreState) Descriptor() ([]byte, []int)
Deprecated: Use RestoreState.ProtoReflect.Descriptor instead.
func (*RestoreState) GetCheckpoint ¶
func (x *RestoreState) GetCheckpoint() *checkpointpb.StableCheckpoint
func (*RestoreState) ProtoMessage ¶
func (*RestoreState) ProtoMessage()
func (*RestoreState) ProtoReflect ¶
func (x *RestoreState) ProtoReflect() protoreflect.Message
func (*RestoreState) Reset ¶
func (x *RestoreState) Reset()
func (*RestoreState) String ¶
func (x *RestoreState) String() string
type Snapshot ¶
type Snapshot struct { AppData []byte `protobuf:"bytes,1,opt,name=app_data,json=appData,proto3" json:"app_data,omitempty"` // contains filtered or unexported fields }
func (*Snapshot) Descriptor
deprecated
func (*Snapshot) GetAppData ¶
func (*Snapshot) ProtoMessage ¶
func (*Snapshot) ProtoMessage()
func (*Snapshot) ProtoReflect ¶
func (x *Snapshot) ProtoReflect() protoreflect.Message
type SnapshotRequest ¶
type SnapshotRequest struct { ReplyTo string `protobuf:"bytes,1,opt,name=reply_to,json=replyTo,proto3" json:"reply_to,omitempty"` // contains filtered or unexported fields }
func (*SnapshotRequest) Descriptor
deprecated
func (*SnapshotRequest) Descriptor() ([]byte, []int)
Deprecated: Use SnapshotRequest.ProtoReflect.Descriptor instead.
func (*SnapshotRequest) GetReplyTo ¶
func (x *SnapshotRequest) GetReplyTo() string
func (*SnapshotRequest) ProtoMessage ¶
func (*SnapshotRequest) ProtoMessage()
func (*SnapshotRequest) ProtoReflect ¶
func (x *SnapshotRequest) ProtoReflect() protoreflect.Message
func (*SnapshotRequest) Reset ¶
func (x *SnapshotRequest) Reset()
func (*SnapshotRequest) String ¶
func (x *SnapshotRequest) String() string
Click to show internal directories.
Click to hide internal directories.