Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPoller ¶
type IPoller struct { // monitors is the array of Traffic Monitor FQDNs to poll // TODO make Monitors part of Shared, so it can be set/get in a threadsafe manner Monitors []string // TODO change to URL? // contains filtered or unexported fields }
Poller polls Monitors every Interval, and updates the CRStates.
func MakePoller ¶
Click to show internal directories.
Click to hide internal directories.