Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(c ManagerConfig) *Manager
type ManagerConfig ¶
type ManagerConfig struct {
DataStore datastore.DataStore
Log logrus.FieldLogger
Metrics telemetry.Metrics
Clock clock.Clock
Interval time.Duration
// BatchSize is the maximum number of expired nodes pruned per cycle.
// A non-positive value falls back to the datastore default.
BatchSize int
PruneArgs
}
Click to show internal directories.
Click to hide internal directories.