aboutsummaryrefslogtreecommitdiff
path: root/internal/cvss/metriccategory_string.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cvss/metriccategory_string.go')
-rw-r--r--internal/cvss/metriccategory_string.go25
1 files changed, 0 insertions, 25 deletions
diff --git a/internal/cvss/metriccategory_string.go b/internal/cvss/metriccategory_string.go
deleted file mode 100644
index 9ad249c..0000000
--- a/internal/cvss/metriccategory_string.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// Code generated by "stringer -linecomment -type=MetricCategory"; DO NOT EDIT.
-
-package cvss
-
-import "strconv"
-
-func _() {
- // An "invalid array index" compiler error signifies that the constant values have changed.
- // Re-run the stringer command to generate them again.
- var x [1]struct{}
- _ = x[Base-0]
- _ = x[Temporal-1]
- _ = x[Environmental-2]
-}
-
-const _MetricCategory_name = "BaseTemporalEnvironmental"
-
-var _MetricCategory_index = [...]uint8{0, 4, 12, 25}
-
-func (i MetricCategory) String() string {
- if i >= MetricCategory(len(_MetricCategory_index)-1) {
- return "MetricCategory(" + strconv.FormatInt(int64(i), 10) + ")"
- }
- return _MetricCategory_name[_MetricCategory_index[i]:_MetricCategory_index[i+1]]
-}