Documentation
¶
Index ¶
- type BootstrapperStub
- func (boot *BootstrapperStub) AddSyncStateListener(syncStateNotifier func(isSyncing bool))
- func (boot *BootstrapperStub) Close() error
- func (boot *BootstrapperStub) CreateAndCommitEmptyBlock(shardForCurrentNode uint32) (data.BodyHandler, data.HeaderHandler, error)
- func (boot *BootstrapperStub) GetNodeState() common.NodeState
- func (boot *BootstrapperStub) IsInterfaceNil() bool
- func (boot *BootstrapperStub) StartSyncingBlocks() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapperStub ¶
type BootstrapperStub struct {
CreateAndCommitEmptyBlockCalled func(uint32) (data.BodyHandler, data.HeaderHandler, error)
AddSyncStateListenerCalled func(func(bool))
GetNodeStateCalled func() common.NodeState
StartSyncingBlocksCalled func() error
}
BootstrapperStub mocks the implementation for a Bootstrapper
func (*BootstrapperStub) AddSyncStateListener ¶
func (boot *BootstrapperStub) AddSyncStateListener(syncStateNotifier func(isSyncing bool))
AddSyncStateListener -
func (*BootstrapperStub) CreateAndCommitEmptyBlock ¶
func (boot *BootstrapperStub) CreateAndCommitEmptyBlock(shardForCurrentNode uint32) (data.BodyHandler, data.HeaderHandler, error)
CreateAndCommitEmptyBlock -
func (*BootstrapperStub) GetNodeState ¶
func (boot *BootstrapperStub) GetNodeState() common.NodeState
GetNodeState -
func (*BootstrapperStub) IsInterfaceNil ¶
func (boot *BootstrapperStub) IsInterfaceNil() bool
IsInterfaceNil returns true if there is no value under the interface
func (*BootstrapperStub) StartSyncingBlocks ¶
func (boot *BootstrapperStub) StartSyncingBlocks() error
StartSyncingBlocks -
Click to show internal directories.
Click to hide internal directories.