Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client struct
func (Client) FetchAllThreatReportsSince ¶
func (c Client) FetchAllThreatReportsSince(since int64) (<-chan *schema.FireeyeReport, error)
FetchAllThreatReportsSince will fetch all vulnerabilities with specified parameters
func (Client) FetchAllVulnerabilitiesSince ¶
func (c Client) FetchAllVulnerabilitiesSince(since int64) ([]*schema.FireeyeVulnerability, error)
FetchAllVulnerabilitiesSince will fetch all vulnerabilities with specified parameters
Click to show internal directories.
Click to hide internal directories.