Documentation ¶
Overview ¶
Package results contains the result type returned by the classifier backend. Placing the type into a separate module allows us to swap out backends and still use the same datatype.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LicenseType ¶
LicenseType is the assumed type of the unknown license.
type LicenseTypes ¶
type LicenseTypes []*LicenseType
LicenseTypes is a list of LicenseType objects.
func (LicenseTypes) Len ¶
func (lt LicenseTypes) Len() int
func (LicenseTypes) Less ¶
func (lt LicenseTypes) Less(i, j int) bool
func (LicenseTypes) Swap ¶
func (lt LicenseTypes) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.