Documentation ¶
Index ¶
- func Int64ToString(i int64) string
- func New(options map[string]interface{}) (collector.Client, error)
- func UnixStringToTime(s string) time.Time
- type Client
- func (akamaiClent *Client) ClientType() collector.ClientType
- func (akamaiClient *Client) Exit() (err error)
- func (akamaiClient *Client) GetEvents(eventUrl string, body []byte, resultsChannel chan<- string) (count, total, pageNumber, pageSize int, err error)
- func (akamaiClient *Client) Poll(timestamp time.Time, resultsChannel chan<- string, pollOffset int) (count int, currentTimestamp time.Time, err error)
- func (akamaiClient *Client) Stream(streamChannel chan<- string) (cancelFunc func(), err error)
- type DetailBody
- type DetailResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int64ToString ¶
func UnixStringToTime ¶
Types ¶
type Client ¶
type Client struct { collector.Client Options map[string]interface{} // contains filtered or unexported fields }
func (*Client) ClientType ¶ added in v0.5.0
func (akamaiClent *Client) ClientType() collector.ClientType
func (*Client) GetEvents ¶
func (akamaiClient *Client) GetEvents(eventUrl string, body []byte, resultsChannel chan<- string) (count, total, pageNumber, pageSize int, err error)
Get events
type DetailBody ¶
type DetailResponse ¶
Click to show internal directories.
Click to hide internal directories.