Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type History ¶
type History struct {
// contains filtered or unexported fields
}
func NewPollerHistory ¶
func NewPollerHistory(historyUpdatedFunc HistoryUpdatedFunc, timeSource clock.TimeSource) *History
func (*History) GetPollerInfo ¶
func (pollers *History) GetPollerInfo(earliestAccessTime time.Time) []*types.PollerInfo
func (*History) GetPollerIsolationGroups ¶
func (*History) UpdatePollerInfo ¶
type HistoryUpdatedFunc ¶
type HistoryUpdatedFunc func()
HistoryUpdatedFunc is a type for notifying applications when the poller history was updated
Click to show internal directories.
Click to hide internal directories.