aboutsummaryrefslogtreecommitdiff
path: root/dbstore/cpesearchtype.go
diff options
context:
space:
mode:
Diffstat (limited to 'dbstore/cpesearchtype.go')
-rw-r--r--dbstore/cpesearchtype.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbstore/cpesearchtype.go b/dbstore/cpesearchtype.go
index 45865dc..7178561 100644
--- a/dbstore/cpesearchtype.go
+++ b/dbstore/cpesearchtype.go
@@ -7,7 +7,7 @@ package dbstore
type CpeSearchType byte
const (
- CpeSearchAll CpeSearchType = iota //cpe-search-all
- CpeSearchTitle // cpe-search-title
- CpeSearchRef // cpe-search-ref
+ CpeSearchAll CpeSearchType = iota // cpe/search-all
+ CpeSearchTitle // cpe/search-title
+ CpeSearchRef // cpe/search-ref
)