Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct { Code int `json:"response_code"` Positives int Total int Scans map[string]ScanResult }
Report represents the /report response
type Scan ¶
type Scan struct { ID string `json:"scan_id"` Resource string Code int `json:"response_code"` Message string `json:"verbose_msg"` }
Scan represents a scan api response
type ScanResult ¶
ScanResult represents a scan of an antivitus
Click to show internal directories.
Click to hide internal directories.