Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Synchronizer ¶
type Synchronizer struct {
// contains filtered or unexported fields
}
func NewSynchronizer ¶
func NewSynchronizer(cfg *config.Config, db *database.DB, client node.EthClient, shutdown context.CancelCauseFunc) (*Synchronizer, error)
func (*Synchronizer) Close ¶
func (syncer *Synchronizer) Close() error
func (*Synchronizer) Start ¶
func (syncer *Synchronizer) Start() error
Click to show internal directories.
Click to hide internal directories.