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 EventFromPb(pb *checkpointpb.Event) *Event
func (*Event) MirReflect ¶
func (*Event) MirReflect() mirreflect.Type
func (*Event) Pb ¶
func (m *Event) Pb() *checkpointpb.Event
type Event_EpochConfig ¶
type Event_EpochConfig struct {
EpochConfig *commonpb.EpochConfig
}
func (*Event_EpochConfig) MirReflect ¶
func (*Event_EpochConfig) MirReflect() mirreflect.Type
func (*Event_EpochConfig) Pb ¶
func (w *Event_EpochConfig) Pb() checkpointpb.Event_Type
func (*Event_EpochConfig) Unwrap ¶
func (w *Event_EpochConfig) Unwrap() *commonpb.EpochConfig
type Event_EpochProgress ¶
type Event_EpochProgress struct {
EpochProgress *checkpointpb.EpochProgress
}
func (*Event_EpochProgress) MirReflect ¶
func (*Event_EpochProgress) MirReflect() mirreflect.Type
func (*Event_EpochProgress) Pb ¶
func (w *Event_EpochProgress) Pb() checkpointpb.Event_Type
func (*Event_EpochProgress) Unwrap ¶
func (w *Event_EpochProgress) Unwrap() *checkpointpb.EpochProgress
type Event_StableCheckpoint ¶
type Event_StableCheckpoint struct {
StableCheckpoint *StableCheckpoint
}
func (*Event_StableCheckpoint) MirReflect ¶
func (*Event_StableCheckpoint) MirReflect() mirreflect.Type
func (*Event_StableCheckpoint) Pb ¶
func (w *Event_StableCheckpoint) Pb() checkpointpb.Event_Type
func (*Event_StableCheckpoint) Unwrap ¶
func (w *Event_StableCheckpoint) Unwrap() *StableCheckpoint
type Event_Type ¶
type Event_Type interface { mirreflect.GeneratedType Pb() checkpointpb.Event_Type // contains filtered or unexported methods }
func Event_TypeFromPb ¶
func Event_TypeFromPb(pb checkpointpb.Event_Type) Event_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type HashOrigin ¶
type HashOrigin struct{}
func HashOriginFromPb ¶
func HashOriginFromPb(pb *checkpointpb.HashOrigin) *HashOrigin
func (*HashOrigin) MirReflect ¶
func (*HashOrigin) MirReflect() mirreflect.Type
func (*HashOrigin) Pb ¶
func (m *HashOrigin) Pb() *checkpointpb.HashOrigin
type StableCheckpoint ¶
type StableCheckpoint struct { Sn types.SeqNr Snapshot *commonpb.StateSnapshot Cert map[string][]uint8 }
func StableCheckpointFromPb ¶
func StableCheckpointFromPb(pb *checkpointpb.StableCheckpoint) *StableCheckpoint
func (*StableCheckpoint) MirReflect ¶
func (*StableCheckpoint) MirReflect() mirreflect.Type
func (*StableCheckpoint) Pb ¶
func (m *StableCheckpoint) Pb() *checkpointpb.StableCheckpoint
Click to show internal directories.
Click to hide internal directories.