Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockSyncerRegistrar ¶
type BlockSyncerRegistrar struct {
// contains filtered or unexported fields
}
BlockSyncerRegistrar represents the modules.Registrar that allows to register all modules that are supported by blocksyncer
func NewBlockSyncerRegistrar ¶
func NewBlockSyncerRegistrar(parser messages.MessageAddressesParser) *BlockSyncerRegistrar
NewBlockSyncerRegistrar allows to build a new Registrar instance
func (*BlockSyncerRegistrar) BuildModules ¶
func (r *BlockSyncerRegistrar) BuildModules(ctx registrar.Context) modules.Modules
BuildModules implements modules.Registrar
Click to show internal directories.
Click to hide internal directories.