Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Type Event_Type
}
func EventFromPb ¶
func (*Event) MirReflect ¶
func (*Event) MirReflect() mirreflect.Type
type Event_NewEpoch ¶
type Event_NewEpoch struct {
NewEpoch *NewEpoch
}
func (*Event_NewEpoch) MirReflect ¶
func (*Event_NewEpoch) MirReflect() mirreflect.Type
func (*Event_NewEpoch) Pb ¶
func (w *Event_NewEpoch) Pb() apppb.Event_Type
func (*Event_NewEpoch) Unwrap ¶
func (w *Event_NewEpoch) Unwrap() *NewEpoch
type Event_RestoreState ¶
type Event_RestoreState struct {
RestoreState *RestoreState
}
func (*Event_RestoreState) MirReflect ¶
func (*Event_RestoreState) MirReflect() mirreflect.Type
func (*Event_RestoreState) Pb ¶
func (w *Event_RestoreState) Pb() apppb.Event_Type
func (*Event_RestoreState) Unwrap ¶
func (w *Event_RestoreState) Unwrap() *RestoreState
type Event_Snapshot ¶
type Event_Snapshot struct {
Snapshot *Snapshot
}
func (*Event_Snapshot) MirReflect ¶
func (*Event_Snapshot) MirReflect() mirreflect.Type
func (*Event_Snapshot) Pb ¶
func (w *Event_Snapshot) Pb() apppb.Event_Type
func (*Event_Snapshot) Unwrap ¶
func (w *Event_Snapshot) Unwrap() *Snapshot
type Event_SnapshotRequest ¶
type Event_SnapshotRequest struct {
SnapshotRequest *SnapshotRequest
}
func (*Event_SnapshotRequest) MirReflect ¶
func (*Event_SnapshotRequest) MirReflect() mirreflect.Type
func (*Event_SnapshotRequest) Pb ¶
func (w *Event_SnapshotRequest) Pb() apppb.Event_Type
func (*Event_SnapshotRequest) Unwrap ¶
func (w *Event_SnapshotRequest) Unwrap() *SnapshotRequest
type Event_Type ¶
type Event_Type interface { mirreflect.GeneratedType Pb() apppb.Event_Type // contains filtered or unexported methods }
func Event_TypeFromPb ¶
func Event_TypeFromPb(pb apppb.Event_Type) Event_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type NewEpoch ¶
func NewEpochFromPb ¶
func (*NewEpoch) MirReflect ¶
func (*NewEpoch) MirReflect() mirreflect.Type
type RestoreState ¶
type RestoreState struct {
Checkpoint *types1.StableCheckpoint
}
func RestoreStateFromPb ¶
func RestoreStateFromPb(pb *apppb.RestoreState) *RestoreState
func (*RestoreState) MirReflect ¶
func (*RestoreState) MirReflect() mirreflect.Type
func (*RestoreState) Pb ¶
func (m *RestoreState) Pb() *apppb.RestoreState
type Snapshot ¶
type Snapshot struct {
AppData []uint8
}
func SnapshotFromPb ¶
func (*Snapshot) MirReflect ¶
func (*Snapshot) MirReflect() mirreflect.Type
type SnapshotRequest ¶
func SnapshotRequestFromPb ¶
func SnapshotRequestFromPb(pb *apppb.SnapshotRequest) *SnapshotRequest
func (*SnapshotRequest) MirReflect ¶
func (*SnapshotRequest) MirReflect() mirreflect.Type
func (*SnapshotRequest) Pb ¶
func (m *SnapshotRequest) Pb() *apppb.SnapshotRequest
Click to show internal directories.
Click to hide internal directories.