add TODO comments to follow up on renaming

Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
Alfredo Deza 2020-06-18 11:53:25 -04:00
parent e42287cd88
commit 9f4e5d2f06

View file

@ -5,6 +5,10 @@ import (
"github.com/anchore/vulnscan/vulnscan/match"
)
// TODO: consider moving this to the pkg/match under matches.go
// TODO: consider renaming to Matches
type Result struct {
byPackage map[pkg.ID][]match.Match
}