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 ¶
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
Click to show internal directories.
Click to hide internal directories.