Documentation ¶ Index ¶ Variables type Manager func NewManager(source core.EventSource, sink core.EventSink, frequency time.Duration) (Manager, error) Constants ¶ This section is empty. Variables ¶ View Source var ( // Time of latest scrape operation LatestScrapeTime = time.Now() ) Functions ¶ This section is empty. Types ¶ type Manager ¶ type Manager interface { Start() Stop() } func NewManager ¶ func NewManager(source core.EventSource, sink core.EventSink, frequency time.Duration) (Manager, error) Source Files ¶ View all Source files manager.go Click to show internal directories. Click to hide internal directories.