Versions in this module Expand all Collapse all v0 v0.60.0 Jun 20, 2026 Changes in this version + func FileExists(file string) bool + func FixCpuMask(mask string, cores int) string + type TimedStore struct + func NewTimedStore(age time.Duration, maxItems int) *TimedStore + func (s *TimedStore) Add(timestamp time.Time, item interface{}) + func (s *TimedStore) Get(index int) interface{} + func (s *TimedStore) InTimeRange(start, end time.Time, maxResults int) []interface{} + func (s *TimedStore) Size() int