# Interfaces
Convertible is any struct which knows how to convert itself to NVD CVE Item.
# Type aliases
FetchSince knows how to fetch vulnerabilities from an API it should create a new channel, fetch everything concurrently and close the channel.
Read should read the vulnerabilities from the given reader and push them into the channel The contents of the reader should be a slice of structs which are convertibles channel will be created and mustn't be closed.