Documentation
¶
Index ¶
- type EchoModuleParams
- type Event
- type Event_GarbageCollect
- type Event_NewModule
- type Event_Type
- type Event_TypeWrapper
- type GarbageCollect
- type GeneratorParams
- type GeneratorParams_Checkpoint
- type GeneratorParams_EchoTestModule
- type GeneratorParams_MultisigCollector
- type GeneratorParams_PbftModule
- type GeneratorParams_PpvModule
- type GeneratorParams_Type
- type GeneratorParams_TypeWrapper
- type NewModule
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoModuleParams ¶
type EchoModuleParams struct {
Prefix string
}
func EchoModuleParamsFromPb ¶
func EchoModuleParamsFromPb(pb *factorypb.EchoModuleParams) *EchoModuleParams
func (*EchoModuleParams) MirReflect ¶
func (*EchoModuleParams) MirReflect() mirreflect.Type
func (*EchoModuleParams) Pb ¶
func (m *EchoModuleParams) Pb() *factorypb.EchoModuleParams
type Event ¶
type Event struct {
Type Event_Type
}
func EventFromPb ¶
func (*Event) MirReflect ¶
func (*Event) MirReflect() mirreflect.Type
type Event_GarbageCollect ¶
type Event_GarbageCollect struct {
GarbageCollect *GarbageCollect
}
func (*Event_GarbageCollect) MirReflect ¶
func (*Event_GarbageCollect) MirReflect() mirreflect.Type
func (*Event_GarbageCollect) Pb ¶
func (w *Event_GarbageCollect) Pb() factorypb.Event_Type
func (*Event_GarbageCollect) Unwrap ¶
func (w *Event_GarbageCollect) Unwrap() *GarbageCollect
type Event_NewModule ¶
type Event_NewModule struct {
NewModule *NewModule
}
func (*Event_NewModule) MirReflect ¶
func (*Event_NewModule) MirReflect() mirreflect.Type
func (*Event_NewModule) Pb ¶
func (w *Event_NewModule) Pb() factorypb.Event_Type
func (*Event_NewModule) Unwrap ¶
func (w *Event_NewModule) Unwrap() *NewModule
type Event_Type ¶
type Event_Type interface { mirreflect.GeneratedType Pb() factorypb.Event_Type // contains filtered or unexported methods }
func Event_TypeFromPb ¶
func Event_TypeFromPb(pb factorypb.Event_Type) Event_Type
type Event_TypeWrapper ¶
type Event_TypeWrapper[T any] interface { Event_Type Unwrap() *T }
type GarbageCollect ¶
type GarbageCollect struct {
RetentionIndex types1.RetentionIndex
}
func GarbageCollectFromPb ¶
func GarbageCollectFromPb(pb *factorypb.GarbageCollect) *GarbageCollect
func (*GarbageCollect) MirReflect ¶
func (*GarbageCollect) MirReflect() mirreflect.Type
func (*GarbageCollect) Pb ¶
func (m *GarbageCollect) Pb() *factorypb.GarbageCollect
type GeneratorParams ¶
type GeneratorParams struct {
Type GeneratorParams_Type
}
func GeneratorParamsFromPb ¶
func GeneratorParamsFromPb(pb *factorypb.GeneratorParams) *GeneratorParams
func (*GeneratorParams) MirReflect ¶
func (*GeneratorParams) MirReflect() mirreflect.Type
func (*GeneratorParams) Pb ¶
func (m *GeneratorParams) Pb() *factorypb.GeneratorParams
type GeneratorParams_Checkpoint ¶
type GeneratorParams_Checkpoint struct {
Checkpoint *types3.InstanceParams
}
func (*GeneratorParams_Checkpoint) MirReflect ¶
func (*GeneratorParams_Checkpoint) MirReflect() mirreflect.Type
func (*GeneratorParams_Checkpoint) Pb ¶
func (w *GeneratorParams_Checkpoint) Pb() factorypb.GeneratorParams_Type
func (*GeneratorParams_Checkpoint) Unwrap ¶
func (w *GeneratorParams_Checkpoint) Unwrap() *types3.InstanceParams
type GeneratorParams_EchoTestModule ¶
type GeneratorParams_EchoTestModule struct {
EchoTestModule *EchoModuleParams
}
func (*GeneratorParams_EchoTestModule) MirReflect ¶
func (*GeneratorParams_EchoTestModule) MirReflect() mirreflect.Type
func (*GeneratorParams_EchoTestModule) Pb ¶
func (w *GeneratorParams_EchoTestModule) Pb() factorypb.GeneratorParams_Type
func (*GeneratorParams_EchoTestModule) Unwrap ¶
func (w *GeneratorParams_EchoTestModule) Unwrap() *EchoModuleParams
type GeneratorParams_MultisigCollector ¶
type GeneratorParams_MultisigCollector struct {
MultisigCollector *types2.InstanceParams
}
func (*GeneratorParams_MultisigCollector) MirReflect ¶
func (*GeneratorParams_MultisigCollector) MirReflect() mirreflect.Type
func (*GeneratorParams_MultisigCollector) Pb ¶
func (w *GeneratorParams_MultisigCollector) Pb() factorypb.GeneratorParams_Type
func (*GeneratorParams_MultisigCollector) Unwrap ¶
func (w *GeneratorParams_MultisigCollector) Unwrap() *types2.InstanceParams
type GeneratorParams_PbftModule ¶
type GeneratorParams_PbftModule struct {
PbftModule *types4.PBFTModule
}
func (*GeneratorParams_PbftModule) MirReflect ¶
func (*GeneratorParams_PbftModule) MirReflect() mirreflect.Type
func (*GeneratorParams_PbftModule) Pb ¶
func (w *GeneratorParams_PbftModule) Pb() factorypb.GeneratorParams_Type
func (*GeneratorParams_PbftModule) Unwrap ¶
func (w *GeneratorParams_PbftModule) Unwrap() *types4.PBFTModule
type GeneratorParams_PpvModule ¶ added in v0.4.2
type GeneratorParams_PpvModule struct {
PpvModule *types5.PPrepValidatorChkp
}
func (*GeneratorParams_PpvModule) MirReflect ¶ added in v0.4.2
func (*GeneratorParams_PpvModule) MirReflect() mirreflect.Type
func (*GeneratorParams_PpvModule) Pb ¶ added in v0.4.2
func (w *GeneratorParams_PpvModule) Pb() factorypb.GeneratorParams_Type
func (*GeneratorParams_PpvModule) Unwrap ¶ added in v0.4.2
func (w *GeneratorParams_PpvModule) Unwrap() *types5.PPrepValidatorChkp
type GeneratorParams_Type ¶
type GeneratorParams_Type interface { mirreflect.GeneratedType Pb() factorypb.GeneratorParams_Type // contains filtered or unexported methods }
func GeneratorParams_TypeFromPb ¶
func GeneratorParams_TypeFromPb(pb factorypb.GeneratorParams_Type) GeneratorParams_Type
type GeneratorParams_TypeWrapper ¶
type GeneratorParams_TypeWrapper[T any] interface { GeneratorParams_Type Unwrap() *T }
type NewModule ¶
type NewModule struct { ModuleId types.ModuleID RetentionIndex types1.RetentionIndex Params *GeneratorParams }
func NewModuleFromPb ¶
func (*NewModule) MirReflect ¶
func (*NewModule) MirReflect() mirreflect.Type
Click to show internal directories.
Click to hide internal directories.