// database storage package dbstore //go:generate stringer -linecomment -type=CpeSearchType // CPE search type type CpeSearchType byte const ( CpeSearchAll CpeSearchType = iota // cpe/search-all CpeSearchTitle // cpe/search-title CpeSearchRef // cpe/search-ref )