Documentation ¶
Index ¶
- func New(options map[string]interface{}) (collector.Client, error)
- type Client
- func (pubsubClient *Client) ClientType() collector.ClientType
- func (pubsubClient *Client) Exit() (err error)
- func (pubsubClient *Client) Poll(timestamp time.Time, resultsChannel chan<- string, pollOffset int) (count int, currentTimestamp time.Time, err error)
- func (pubsubClient *Client) Stream(streamChannel chan<- string) (cancelFunc func(), err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
func (*Client) ClientType ¶
func (pubsubClient *Client) ClientType() collector.ClientType
Click to show internal directories.
Click to hide internal directories.