From 9c17b97cd0f83be3fff9fa4e87fd1d29052ea616 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 4 Feb 2022 00:35:31 -0500 Subject: rename to github.com/pablotron/cvez, remove internal libs --- internal/cvss/cvss.go | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 internal/cvss/cvss.go (limited to 'internal/cvss/cvss.go') diff --git a/internal/cvss/cvss.go b/internal/cvss/cvss.go deleted file mode 100644 index 2bae0d7..0000000 --- a/internal/cvss/cvss.go +++ /dev/null @@ -1,23 +0,0 @@ -// CVSS vector parser. -package cvss - -// Metric key. -type Key interface { - // Get full name. - Name() string - - // Get category. - Category() Category - - // Return string representation. - String() string -} - -// CVSS metric. -type Metric interface { - // Get metric key. - Key() Key - - // Return string representation of metric. - String() string -} -- cgit v1.2.3