diff options
Diffstat (limited to 'scan_report.go')
| -rw-r--r-- | scan_report.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scan_report.go b/scan_report.go index 4b4938d..c9946f6 100644 --- a/scan_report.go +++ b/scan_report.go @@ -7,7 +7,7 @@ import "time" // ScanReport contains the result of scanning service. type ScanReport struct { - Name string + ID string // The time when the scan started. At time.Time |
