Versions in this module Expand all Collapse all v0 v0.1.5 Apr 11, 2022 v0.1.4 Aug 8, 2020 Changes in this version + type Config struct + BaseURL string + ClientConfig client.Config + type Convertible interface + Convert func() (*nvd.NVDCVEFeedJSON10DefCVEItem, error) + ID func() string + type FetchSince func(ctx context.Context, c client.Client, baseURL string, since int64) (<-chan Convertible, error) + type Read func(io.Reader, chan Convertible) error + type Runner struct + func (r *Runner) Run() error