Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailabilityWindow ¶
type Pruner ¶
type Pruner interface {
Prune(context.Context, ...*header.ExtendedHeader) error
}
Pruner contains methods necessary to prune data from the node's datastore.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service handles the pruning routine for the node using the prune Pruner.
func NewService ¶
Click to show internal directories.
Click to hide internal directories.