Documentation ¶ Index ¶ type Pruner func NewPruner() *Pruner func (p *Pruner) Prune(context.Context, *header.ExtendedHeader) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Pruner ¶ type Pruner struct{} Pruner is a noop implementation of the pruner.Factory interface that allows archival nodes to sync and retain historical data that is out of the availability window. func NewPruner ¶ func NewPruner() *Pruner func (*Pruner) Prune ¶ func (p *Pruner) Prune(context.Context, *header.ExtendedHeader) error Source Files ¶ View all Source files pruner.go Click to show internal directories. Click to hide internal directories.