housekeeper

package
v1.2.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package housekeeper provides a mechanism for cleaning up stale data in a resource store. It periodically checks for and removes records that are older than a specified retention time.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(
	ctx context.Context,
	store types.ResourceStore,
	clock types.TimeProvider,
	settings *config.Settings,
) types.Runnable

Types

type HouseKeeper

type HouseKeeper struct {
	// contains filtered or unexported fields
}

func (*HouseKeeper) IsRunning

func (h *HouseKeeper) IsRunning() bool

func (*HouseKeeper) Run

func (h *HouseKeeper) Run() error

func (*HouseKeeper) Shutdown

func (h *HouseKeeper) Shutdown() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL