Documentation ¶
Index ¶
- func New(options map[string]interface{}) (collector.Client, error)
- type AuditResponse
- type Client
- func (zendeskClient *Client) ClientType() collector.ClientType
- func (zendeskClient *Client) Exit() (err error)
- func (zendeskClient *Client) Poll(timestamp time.Time, resultsChannel chan<- string, pollOffset int) (count int, currentTimestamp time.Time, err error)
- func (zendeskClient *Client) Stream(streamChannel chan<- string) (cancelFunc func(), err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuditResponse ¶
type AuditResponse struct { AuditLogs []json.RawMessage `json:"audit_logs"` Meta struct { HasMore bool `json:"has_more"` AfterCursor string `json:"after_cursor"` BeforeCursor string `json:"before_cursor"` } `json:"meta"` Links struct { Prev string `json:"prev"` Next string `json:"next"` } `json:"links"` }
Click to show internal directories.
Click to hide internal directories.