Versions in this module Expand all Collapse all v0 v0.1.3 Apr 28, 2019 Changes in this version + type Client struct + func NewClient(baseURL, userAgent, publicKey, privateKey string) (*Client, error) + func (c Client) FetchAllThreatReportsSince(since int64) (<-chan *schema.FireeyeReport, error) + func (c Client) FetchAllVulnerabilitiesSince(since int64) ([]*schema.FireeyeVulnerability, error) + func (client Client) Request(endpoint string) (io.Reader, error)