Documentation ¶
Index ¶
- Constants
- type Client
- type ClientType
- type Collector
- func (i *Collector) Exit()
- func (i *Collector) Poll(pollSeconds int, pollOffset int, resultsChannel chan<- string, ...)
- func (i *Collector) Start(scheduleTime int, pollOffset int, resultsChannel chan<- string, ...)
- func (i *Collector) Stream(scheduleTime int, resultsChannel chan<- string, ctx context.Context)
- type State
Constants ¶
View Source
const ClientTypePoll = ClientType(1)
View Source
const ClientTypeStream = ClientType(2)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientType ¶
type ClientType int
Click to show internal directories.
Click to hide internal directories.