Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { JetCoordinator jet.Coordinator PCS insolar.PlatformCryptographyScheme RecordAccessor object.RecordAccessor RecordModifier object.RecordModifier IndexAccessor object.IndexAccessor IndexModifier object.IndexModifier DropModifier drop.Modifier PulseAccessor pulse.Accessor JetModifier jet.Modifier JetAccessor jet.Accessor JetKeeper executor.JetKeeper BackupMaker executor.BackupMaker InitialStateReader executor.InitialStateAccessor Sender bus.Sender StartPulse pulse.StartPulse PulseCalculator pulse.Calculator JetTree jet.Storage DropDB *drop.DB Replicator executor.HeavyReplicator // contains filtered or unexported fields }
Handler is a base struct for heavy's methods
func New ¶
func New(cfg configuration.Ledger, gcRunner *executor.BadgerGCRunInfo) *Handler
New creates a new handler.
Click to show internal directories.
Click to hide internal directories.