Versions in this module Expand all Collapse all v0 v0.1.4 Aug 8, 2020 Changes in this version type Client + func (c *Client) FetchAllVulnerabilities(ctx context.Context, since int64) (<-chan runner.Convertible, error) v0.1.3 Apr 28, 2019 Changes in this version + type Client struct + func NewClient(baseURL, apiKey string) Client + func (c Client) Fetch(identifier string) (*schema.FlexeraAdvisory, error) + func (c Client) FetchAll(from, to int64) (<-chan *schema.FlexeraAdvisory, error)