# Functions
NewClient returns a new client scans client.
# Variables
ErrCheckNotFinished is returned by the client when a check of a scan does not have report because is not FINISHED.
# Structs
CheckData contains the info regarding a check of a scan.
Client allows to get the reports of a scan concurrently.
ErrorUnexpectedStatus is returned when one of calls made by the concurrent client to one endpoint of vulcan core returns an unexpected http status.
ReportData contanis either the info regarding the report of a check or the error that the client got trying to dowload it.
ScanData define the data of a scan retrieved by the scans client.
# Interfaces
CheckReportClient defines the services needed by the concurrent client.