func New(conf pruner.Config) (worker.Worker, error)
New creates a new status history pruner.
func NewFacade(caller base.APICaller) pruner.Facade
NewFacade returns a new status history facade.
type Worker struct { pruner.PrunerWorker }
Worker prunes status history records at regular intervals.