This repository has been archived on 2023-11-25. You can view files and clone it, but cannot push or open issues or pull requests.
kreaper/reaper/reaper.go

9 lines
95 B
Go
Raw Normal View History

2022-04-13 12:34:27 +00:00
package reaper
import "time"
type Reaper struct {
Lifetime time.Duration
Target Target
}