Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Match ¶
type Match struct { // Confidence is the statistical certainty of the match. Value lies within // the interval [0, 1] to where 0 is less confident and 1 is more // confident. Confidence float64 // License is the matched SPDX license. License spdx.License }
A Match represents the result of a statistical comparison against a specific license.
Click to show internal directories.
Click to hide internal directories.