chkpvalidatorpbtypes

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckpointValidated

type CheckpointValidated struct {
	Error  error
	Origin *ValidateChkpOrigin
}

func (*CheckpointValidated) MirReflect

func (*CheckpointValidated) MirReflect() mirreflect.Type

func (*CheckpointValidated) Pb

type Event

type Event struct {
	Type Event_Type
}

func EventFromPb

func EventFromPb(pb *chkpvalidatorpb.Event) *Event

func (*Event) MirReflect

func (*Event) MirReflect() mirreflect.Type

func (*Event) Pb

func (m *Event) Pb() *chkpvalidatorpb.Event

type Event_CheckpointValidated

type Event_CheckpointValidated struct {
	CheckpointValidated *CheckpointValidated
}

func (*Event_CheckpointValidated) MirReflect

func (*Event_CheckpointValidated) Pb

func (*Event_CheckpointValidated) Unwrap

type Event_Type

type Event_Type interface {
	mirreflect.GeneratedType

	Pb() chkpvalidatorpb.Event_Type
	// contains filtered or unexported methods
}

func Event_TypeFromPb

func Event_TypeFromPb(pb chkpvalidatorpb.Event_Type) Event_Type

type Event_TypeWrapper

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

type Event_ValidateCheckpoint

type Event_ValidateCheckpoint struct {
	ValidateCheckpoint *ValidateCheckpoint
}

func (*Event_ValidateCheckpoint) MirReflect

func (*Event_ValidateCheckpoint) Pb

func (*Event_ValidateCheckpoint) Unwrap

type ValidateCheckpoint

type ValidateCheckpoint struct {
	Checkpoint  *types.StableCheckpoint
	EpochNr     types1.EpochNr
	Memberships []*types2.Membership
	Origin      *ValidateChkpOrigin
}

func (*ValidateCheckpoint) MirReflect

func (*ValidateCheckpoint) MirReflect() mirreflect.Type

func (*ValidateCheckpoint) Pb

type ValidateChkpOrigin

type ValidateChkpOrigin struct {
	Module types4.ModuleID
	Type   ValidateChkpOrigin_Type
}

func (*ValidateChkpOrigin) MirReflect

func (*ValidateChkpOrigin) MirReflect() mirreflect.Type

func (*ValidateChkpOrigin) Pb

type ValidateChkpOrigin_ContextStore

type ValidateChkpOrigin_ContextStore struct {
	ContextStore *types5.Origin
}

func (*ValidateChkpOrigin_ContextStore) MirReflect

func (*ValidateChkpOrigin_ContextStore) Pb

func (*ValidateChkpOrigin_ContextStore) Unwrap

type ValidateChkpOrigin_Dsl

type ValidateChkpOrigin_Dsl struct {
	Dsl *types6.Origin
}

func (*ValidateChkpOrigin_Dsl) MirReflect

func (*ValidateChkpOrigin_Dsl) MirReflect() mirreflect.Type

func (*ValidateChkpOrigin_Dsl) Pb

func (*ValidateChkpOrigin_Dsl) Unwrap

func (w *ValidateChkpOrigin_Dsl) Unwrap() *types6.Origin

type ValidateChkpOrigin_Type

type ValidateChkpOrigin_Type interface {
	mirreflect.GeneratedType

	Pb() chkpvalidatorpb.ValidateChkpOrigin_Type
	// contains filtered or unexported methods
}

type ValidateChkpOrigin_TypeWrapper

type ValidateChkpOrigin_TypeWrapper[T any] interface {
	ValidateChkpOrigin_Type
	Unwrap() *T
}

Jump to

Keyboard shortcuts

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